body.iniciador {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: whitesmoke;
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    transition: all 200ms ease-in-out;
}

main {
    text-align: center;
}
#play img {
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
}
h1, h2, h3 {
    margin: 10px 0;
}
h1 {
    font-size: 24px;
    color: rgb(63, 16, 49);
}
h2 {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    color: rgb(63, 16, 49);
}
h3 {
    font-size: 16px;
    color: white;
}
