
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

body{
    background-color: darkcyan;
    font-family: Caveat;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
    margin: 0;
}
button {
    background-color: #0a5459;
    color: white;
    font-family: Caveat;
}

.passo{
    display: none; 
}

.passo.ativo{
    display: block;
}

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

img{
    max-width: 90%;
}
