*{
    margin: 0;
    background-color: white;
}

#cabecalho{ 
    display: flex;
    align-items: center;
    width: 100%;
    height: 10vh;
    justify-content:space-around;

}

#cabecalho a{ color: black;
text-decoration: none;
font-size: 20px;}

#rodape{
    width: 100%;
    height: 10vh;
display: flex;
justify-items: center;
border-top: solid 1px #c4c7c5;
}

.umr{
    width: 50%;
    height: 10vh;
    
}

.doisr{
    width: 50%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.umr div{
    width: 100%;
    height: 3,3vh;
    display: flex;
  justify-content: center;
    align-items: center;
}

.arroba{
    margin-left: 30%;
}

.doisr p{
    color: black;
}

#qmsomos{
    display: flex; align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
}

#text{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70vh;
}

#qmsomos p{
    color:  #ff7361;
    font-size: 37px;
    font-family: 'Times New Roman', Times, serif;
}

#text h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
}