header{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

header nav ul{
display: flex;
align-items: center;
justify-content: center;
gap: 50px;
}

header nav ul li a {
    font-size: 14px;
    color: #283744;
    transition: 0.3s;
}

header nav ul li a:hover{
    border-bottom: 1px solid #283744;
}

.logo img {
    width: 130px;
    cursor: pointer;
}

.redes-sociais {
    display: flex;
    align-items: center;
    gap: 10px;
}

.redes-sociais img {
     width: 21px;
}