body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fefff9;
    overflow-x: hidden;
}

.hud-buttons {
    position: absolute;
    border: 1px solid #D1CFCB;
    top: 50px;
    border-radius: 10px;
    padding: 10px;
    z-index: 2;
}

.hud-button {
    padding: 10px 20px;
    font-size: 16px;
    color: #0f1934;
    background-color: #fefff9;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    margin: 0 90px; 
    font-family: "Delius Swash Caps", serif;
    z-index: 2;
}

.hud-button::before {
    content: '•';
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
}

.orange-bar {
    background-color: #fb998c;
    left: 0;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25.15%;
    z-index: 1;
}
.menu {
    width: 40%; 
    height: 26%;
    border-radius: 30px;
    background-color: #ffffff; 
    position: absolute;
    top: 74%;
    left: 50%; 
    transform: translate(-50%, -40%);
    z-index: 2;
}

.menu-bg {
    width: 41%;
    height: 28%;
    border-radius: 30px;
    background-color: #dddddd;
    position: absolute;
    top: 74%;
    left: 50%; 
    transform: translate(-50%, -40%);
    z-index: 1; 
}

.notenbalk{
    position: absolute;
    left: 50%;
    top: 20%;
    height: 50%;
    width: 50%;
    transform: translate(-50%, 0%);
    z-index: 3;
}

.black-bar-1 {
    background-color: #000000;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 1%;
    z-index: 2;
}

.black-bar-2 {
    background-color: #000000;
    left: 0;
    top: 15%;
    position: absolute;
    width: 100%;
    height: 1%;
    z-index: 2;
}

.black-bar-3 {
    background-color: #000000;
    left: 0;
    top: 30%;
    position: absolute;
    width: 100%;
    height: 1%;
    z-index: 2;
}
.black-bar-4 {
    background-color: #000000;
    left: 0;
    top: 45%;
    position: absolute;
    width: 100%;
    height: 1%;
    z-index: 2;
}
.black-bar-5 {
    background-color: #000000;
    left: 0;
    top: 60%;
    position: absolute;
    width: 100%;
    height: 1%;
    z-index: 2;
}

.uitleg-notenbalk{
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 3;
    width: 65%;
    font-weight: bold;
    font-size: 30px;
}

.uitleg-noten{
    position: absolute;
    top: 40%;
    left: 5%;
    width: 65%;
    z-index: 3;
    font-weight: bold;
    font-size: 30px;
    
}

.uitleg-notenbalk::before {
    content: '•';
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
}

.uitleg-noten::before {
    content: '•';
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
}


.notenbalk-button{
    z-index: 5;
    position: absolute;
    left: 63%;
    top: 78%;
}

.gsleutel-button{
    z-index: 5;
    position: absolute;
    left: 63%;
    top: 70%;
}

.nootPlaatje{
    z-index: 6;
    position: absolute;
    width: 6.5%;
    top: 39%;
    left: 40%;
}

.shine {
    z-index: 5;
    box-shadow: 0 0 10px 5px rgba(144, 221, 148, 0.7); /* Adjust the shadow color and size as needed */
}

.gsleutelplaatje{
    z-index: 6;
    position: absolute;
    width: 12%;
    top: 12.5%;
    left: 25%;
}
