body {
    color: burlywood;
    background-color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.conteudo {
    padding: 0px 50px;
    text-align: center;
    align-items: center;
}

.genitora {
    width: 300px;
    height: auto;
    box-shadow: 0px 6px 15px 7px burlywood;
    border: 5px solid burlywood;
}

.audio {
    align-items: center;
    margin-top: 5px;
    height: 25px;
    color: burlywood;
}

a {
    color: burlywood;
    text-decoration: none;
}