


body {
    background-color: aquamarine;
    color: black;
    font-family:"Bai Jamjuree", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
    margin: 0;
}

button {
    background-color: aqua;
    color: black;
    font-family: "Bai Jamjunee" sans-serif;
}

.passo {
    display: none;
}

.passo.ativo {
    display:block;
}
main {
    text-align: center;
    max-width: 90%;
}
amg {
    max-width: 90%;
}