:root {
    font-family: 'Roboto', sans-serif;
}

body {
    background-image: url('./images/background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
    
    overflow-x: hidden;
}

.backgrounds {
    text-align: center;
    margin: 5vw;
    padding: 4vw;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.356);
    backdrop-filter: blur(5px);
}

#image {
    height: 500px;
    border-radius: 10px;
    border-width: 5px;
    border: solid rgb(255, 240, 233);
    box-shadow: 0px 0px 10px black;
}

.controls {
    list-style-type: none;
    text-align: center;
}

li {
    text-align: left;
}

#text {
    margin-left: 10vw;
    margin-right: 10vw;
    line-height: 30px;
    background-color: white;
    border-radius: 10px;
    padding: 50px;
}

.compactlist {
    list-style-type: none;
}

audio {
    width: 80vw;
}