*{
    padding: 0%;
    margin: 0%;

}
main{
    
    width: 100vw;
    height: 100vh;
    background-color: hsl(212, 45%, 89%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
img{
    width: 270px;
    height: 270px;
    border-radius: 10px;
    padding-top: 0%;
    
}
.conteiner{
    height: 470px;
    width: 300px;
    margin: 5px;
    padding-top: 17px;
    background-color: hsl(0, 0%, 100%) ;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    justify-items: center;
    flex-wrap: wrap;
}
h1{
    font-size: large;
    margin: 15px 10px 15px 10px;
    padding-top: 10px;
    text-align: center;
}
p{
    padding: 5px;
    margin: 7px;
    text-align: center;
}
.titulo{
    font-weight: 600;
}