body {
    margin: 0;
    background-color: #333;
    font-family: Arial, sans-serif;
    color: white;
}

.container {
    border: 10px solid red;
    padding: 20px;
    margin: 30px;
    text-align: center;
    position: relative;
}

.titulo {
    font-size: 48px;
    margin: 0;
    color: linear-gradient(to right, red, orange);
    background: linear-gradient(to right, red, orange);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.imagem img {
    width: 500px;
    height: auto;
    border: 5px solid #333;
    margin: 30px 0;
}

.texto {
    color: red;
    font-size: 32px;
    font-weight: bold;
}

.audio {
    display: none; /* Esconde o player de áudio */
}
