body {
background-color: rgb(0, 114, 9);
color: rgb(255, 255, 255);
    font-family: "Bai Jamjuree",  sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 700px;
margin: 0;
}

button {
background-color: rgb(62, 245, 62);
color: white;
 font-family: "Bai Jamjuree",  sans-serif;

}

.passo{
display: none;
display:block;


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

}
img{
max-width: 90%;


}

