body{
    background-color: rgb(240, 164, 187);
    color:rgb(241, 222, 227);
    font-family: "Bai Jamjuree", sans-serif;
    display: flex;
    justify-content center;
    height: 700px;
    margin: 0;
}

button{
    background-color: rgb(61, 94, 114);
    color:rgb(90, 135, 175);
    font-family:"Bai Jamjuree", sans-serif;
}

.passo{
    display: none;
}

.passo.ativo{
    display:block;
}

main{
    text-align:center;
    max-width: 90%
}

img{
    max-width:90%;
}