@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
* {
    font-family: Verdana;
}
body {
    margin: 0;
    padding: 0;
    background-color: #3B1E54;
    overflow: hidden;
}
.sidebar {
    width: 500px;
    height: 110vh; /* Fixed height */
    background-color: #9B7EBD;
    color: white;
    padding: 20px;
    box-sizing: border-box;
    border-right: 2px solid #fff;
    box-shadow: 10px 0 15px rgba(0, 0, 0, 0.3);
    overflow-y: auto; /* Enable vertical scrolling */
}

.sidebar h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-family: "Space Mono", monospace;
    font-weight: bolder;
    border-bottom: 3px solid white;
    padding: 10px;
}

.sidebar nav ul {
    list-style-type: none;
    padding: 0;
}

.sidebar nav ul li {
    margin: 10px 0;
}

.sidebar nav ul li a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
}

.sidebar nav ul li a:hover {
    background-color: #7A5DAE;
    transform: scale(1.05);
}
#game-1,
#game-2,
#game-3 {
    font-weight: lighter;
    font-size: 1.3rem;
    padding-left: 30px;
}
#t1{
    width: 425px;
    height: 60px;
    background-color: #9B7EBD;
    position: absolute;
    top: 125px;
    left: 610px;
    border-radius: 35px;
}
#t1t{
    color: white;
    font-size: 18px;
    position: absolute;
    top: -3px;
    left: 150px;
    font-family: "Space Mono", monospace;
}
#t2t{
    color: white;
    font-size: 18px;
    position: absolute;
    top: -3px;
    left: 170px;
    font-family: "Space Mono", monospace;
}
#t3t{
    color: white;
    font-size: 18px;
    position: absolute;
    top: -3px;
    left: 160px;
    font-family: "Space Mono", monospace;
}
#t2{
    width: 425px;
    height: 60px;
    background-color: #9B7EBD;
    position: absolute;
    top: 125px;
    left: 1075px;
    border-radius: 35px;
}
#t3{
    width: 425px;
    height: 60px;
    background-color: #9B7EBD;
    position: absolute;
    top: 125px;
    left: 1540px;
    border-radius: 35px;
}
#box1{
    width: 425px;
    height: 825px;
    background-color: #9B7EBD;
    position: absolute;
    top: 100px;
    left: 610px;
    border-radius: 35px;
}
#text1{
    color: white;
    font-size: 18px;
    position: absolute;
    max-width: 300px;
    top: 10px;
    left: 10px;
    font-family: "Space Mono", monospace;
}
#box2{
    width: 425px;
    height: 825px;
    background-color: #9B7EBD;
    position: absolute;
    top: 100px;
    left: 1075px;
    border-radius: 35px;
}
#text2{
    color: white;
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: "Space Mono", monospace;
}
#box3{
    width: 425px;
    height: 825px;
    background-color: #9B7EBD;
    position: absolute;
    top: 100px;
    left: 1540px;
    border-radius: 35px;
}
#text3{
    color: white;
    font-size: 18px;
    position: absolute;
    max-width: 300px;
    top: 10px;
    left: 10px;
    font-family: "Space Mono", monospace;
}
#title{
    width: 1375px;
    height: 75px;
    background-color: rgb(0, 0, 0);
    background-image: url('/img/atmosphere.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.6;
    position: absolute;
    top: 20px;
    left: 600px;
    border-radius: 30px;
}
#titlepage{
    font-size: 36px;
    position: absolute;
    top: -5px;
    left: 1200px;
    color: white;
    font-family: "Space Mono", monospace;
}
#backgroundfate{
    width: 1375px;
    height: 920px;
    background-color: rgba(155, 126, 189, 0.25);
    opacity: 0.25;
    position: absolute;
    top: 115px;
    left: 600px;
    border-radius: 30px;
}
.scrollable-div {
    overflow: auto;
    scrollbar-color: #3B1E54 #9B7EBD;
}
#ballContainer {
    width: 1545px;
    height: 1063px;
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 500px;
}

.ball {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    animation: moveBall 5s ease-in-out forwards;
}

@keyframes moveBall {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(100px);
    }
}
#menufoto1{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 90px;
    left: 300px;
}
#menufoto2{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 180px;
    left: 300px;
}
#menufoto3{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 270px;
    left: 300px;
}
#menufoto4{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 360px;
    left: 300px;
}
#menufoto5{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 450px;
    left: 300px;
}
#menufoto6{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 610px;
    left: 300px;
}
#menufoto7{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 720px;
    left: 300px;
}
#menufoto8{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 830px;
    left: 300px;
}
#menufoto9{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 60px;
    left: 300px;
}
#menufoto10{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 160px;
    left: 300px;
}
#menufoto11{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 250px;
    left: 300px;
}
#menufoto12{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 450px;
    left: 300px;
}
#menufoto13{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 550px;
    left: 300px;
}
#menufoto14{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 650px;
    left: 300px;
}
#menufoto15{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 750px;
    left: 300px;
}
#menufoto16{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 850px;
    left: 300px;
}
#menufoto17{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 175px;
    left: 10px;
}
#menufoto18{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 175px;
    left: 110px;
}
#menufoto19{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 175px;
    left: 210px;
}
#menufoto20{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 175px;
    left: 310px;
}
#menufoto21{
    width: 300px;
    height: 125px;
    position: absolute;
    top: 320px;
    left: 10px;
}
#menufoto22{
    width: 250px;
    height: 250px;
    position: absolute;
    top: 480px;
    left: 10px;
}
#menufoto23{
    width: 200px;
    height: 100px;
    position: absolute;
    top: 770px;
    left: 10px;
}
#menufoto24{
    width: 100px;
    height: 125px;
    position: absolute;
    top: 900px;
    left: 10px;
}
#footer1{
        width: 1375px;
        height: 100px;
        background-color: rgb(0, 0, 0);
        background-image: url('/img/atmosphere.jpg');
        background-size: cover;
        background-position: center;
        opacity: 0.6;;
        position: absolute;
        top: 1055px;
        left: 600px;
        border-radius: 30px;
}
#footer2{
    width: 80px;
    height: 80px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #9B7EBD;
    border-radius: 20px;
}