body{
    background-color: rgb(77, 77, 184);
    color: white;
    font-family: "Sofadi One";
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    margin: 15px;
}

button{
    background-color: white;
    colot:purple;
    font-family: "Sofadi One";
}

.passo{
    display: none;
}

.passo.ativo{
    display: block;
}

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

img{
    max-width: 30%;
}