body{
    margin: 0px; 
    font-family: Arial;
}

.link-hover{
  color: black;
}



.entrar:hover{
    background-color: #FFFFFF;
    color: #116C8B;
    border: 2px solid #116C8B;
}


header{
  background-color: white;
}

.link-hover:hover{
  border-bottom: 3px solid #116C8B;
}

.descricao{
  font-size: 17px;
}


@media(min-width: 768px)
{

    header{
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .link-hover, .home{
      margin-right: 1vw;
    }

    .logo{
        width: 35%;
        height: 100%;
        margin-left: 30%;
        align-content: center;
    }

    .texto-lembrar-me{
      margin-top: 0.6vh;
    }

    .links{
      align-content: center;
      margin-left: 40%;
    }
}




