*{
    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;}


#produtocamisa{
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;

}

#produtocamisa div{
    display: flex;
    justify-content: center;
    align-items: center;    
    
   
}

#produtocamisa div p{
    color: black;
    font-size: 25px;
    margin-bottom: 15vh;
}

#d1{
     display: flex;
    justify-content: center;
    align-items: first baseline;
    width: 50%;
    height: 70vh;
}

#d2 a{
    text-decoration: none;
    background-color: #ff7361;
    color: white;
    text-align: center;
    height: 4vh;
    width: 25%;
    align-items: center;
    margin-top: 20vh;
    margin-right: 45%;

}

#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;
}


#espacao{
    width: 100%;
    height: 30vh;
}


