@font-face { font-family: depixel; src: url('Minecraft.ttf');}
body {
            overflow: hidden; /* Disables both vertical and horizontal scrolling */
            margin: 0;
            height: 100vh;
            background: url('https://external-preview.redd.it/uhq5zTcMPM3tOW_fbUz4PayDt_5pkEXdyXXoRWs3XOg.jpg?auto=webp&s=e06461124c1ccfdba7e9ece763b644ff68eeb06b') no-repeat center center fixed;
            background-size: cover;
            font-family: Tahoma;
            }
        
            ::selection {
            background: rgba(255, 0, 0, 0); /* Makes the selection highlight invisible */
            }

            #taskbar {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            height: 33px;
            background: linear-gradient(to bottom right, #2379cf 0%, #2525eb 100%);
            display: flex;
            align-items: middle;
            padding: 1x;
            box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
            }


            #menu {
                position: fixed;
                bottom: 33px;
                left: 0;
                width: 200px;
                height: 400px;
                z-index: 2;
                background: linear-gradient(to bottom right, #1e69b4 0%, #3f3fc0 100%);
                display: none;
                align-items: start;
            }


            #start-btn {
            padding: 0px 10px;
            margin-right: 5px;
            margin-left: 1px;
            margin-top: 1px;
            margin-bottom: 1px;
            cursor: pointer;
            }

            #menuInner {
            position: fixed;
            margin-right: 5px;
            margin-left: 0px;
            margin-top: 5px;
            margin-bottom: 0px;
            background: #ece9d8;
            width: 195px;
            height: 395px;
            }


            /* Window */
            .window {
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 4;
            
            }


            #innerSite {
                position:fixed;
                width: 400px;
                height: 500px;
                margin: 0;
                background-color: #1e69b4;
            }


#inner{
    left:10%;
    right:10%;
    text-align: center;
    color:white; 
    font-family: depixel;
    overflow-y: auto;
    height: 390px;
    /*border: 1px solid rgba(255, 255, 255, 0.288);
    border-bottom: 0;
    border-left: 0;
    border-right: 0;*/
}

::-webkit-scrollbar {
  width: 5px;
  color: transparent;
}

p {
    margin:7px;
    letter-spacing: 3px;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}