* {
    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: 10px;
    margin-bottom: 10px;
}

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

h2 {
    font-family: 'Courier New', Courier, monospace;
    font-weight: lighter;
    font-size: 1.8rem;
    padding-bottom: 5px;
    color: white;
    opacity: 50%;  
    text-align: center; 
    padding-top: 3%
}