* {
    margin: 0;
    padding: 0;
}

.background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    z-index: -1;
}

audio {
    opacity: 50%; 
    border-radius: 20px;
    width: 375px;
    margin-top: 10%;
}

.audio-container {
    display: flex;
    justify-content: center;
    align-items: center
}
