.topnav {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.473);
    overflow: hidden;
}

.topnav .left {
    color: rgb(255, 255, 255);
    text-align: center;
    padding-left: 0.5cm;
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.topnav .right {
    margin-left: auto;
    display: flex;
}

.topnav .right a {
    color: white;
    padding-right: 0.5cm;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

html {
  height: 100%;
}

#footer {
    display: flex;
    justify-content: center;
    padding: 15px;
    margin-top: auto;
    background-color: rgba(0, 0, 0, 0.623);
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.623), rgba(0, 0, 0, 0.623)), url(/media/backg.jpeg);
    background-attachment: fixed;
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.musiktext {
    max-width: 65%;
    margin: 40px auto;
    padding: 30px;
    background: linear-gradient(to bottom right, rgba(5, 165, 45, 0.63), rgba(2, 209, 19, 0.63));;
    border-radius: 15px;
    border: 3px solid black;
    text-shadow: 2px 2px 8px #000000;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    text-align: center;
}

a {
    text-decoration: none;
    color: inherit;
}

h1 {
    text-align: center;
}

p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
}

.player {
    border: 3px solid black;
    display: block;
    margin: 0 auto;
    box-shadow: 4px 4px 8px #000;
    s
}

