header{
  min-height: 15px;
  background-color: #2ea3f2;
  /* justify-content: space-between; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}


/* a{
  text-decoration: none;
} */

body {
    background-image: url(SILUETA-CTH.png);
    background-repeat: repeat;
    background-size: 10%;
}

.logo{
    display: flex;
}

.logo img{
  width: 60px;
}

nav{
  display: flex;
  padding-right: 80px;
}

.nav-link{
  font-weight: 600;
  padding-right: 50px;
}

.nav-link hover{
  color: red;
}
