#header{
    width: 100%;
    height: 90px;
    padding: 10px 100px 10px 50px;
    background-color: rgb(9, 20, 14);
    color: white;
    font-family: "raleway", sans-serif;
    font-weight: 700;
    font-style: normal;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

#barra{
    width: 65%;

    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.botao{
    padding: 10px;
}

#logo{
    width: 180px;
    padding: 5px;
}