@font-face {
    font-family: "Determination";
    src: url("determination.ttf") format("truetype");
}

a {
    color: orange;
}

h2 {
    font-family: "Determination", serif;
    text-shadow: 0 0 10px #ff429a;
    letter-spacing: 1px;
}

#determinedtext {
    font-family: "Determination", serif;
    text-shadow: 0 0 10px #ff429a;
}

body {
    background-color: rgb(4, 1, 5);
}

#title {
    width: 800px;
    height: 160px;
    display: flex;
    margin: auto;
}

@media screen and (max-width: 1300px) {
    #marginfixatt {
        margin-left: 215px;
    }
}


#divider {
    background-image: url(https://lamplighterswebroom.neocities.org/Graphics/Universal/WatertileOrange.gif);
    image-rendering: pixelated;
    width: 950px;
    height: 5px;
    border-radius: 10px;
    margin: auto;
}

#menu {
    border-width: 2px;
    border-style: outset;
    border-radius: 15px;
    border-color: rgb(172, 49, 209);
    top: 30px;
    margin: auto;
    position: relative;
    color: rgb(255, 255, 255);
    width: 1000px;
    height: 50px;
    background-color: rgba(32, 4, 43, 0.644);
    box-shadow: -2px -2px rgb(58, 8, 19), 4px 4px rgb(56, 8, 22);
    text-align: center;
    display: flex;
    align-items: center;
    background-image: url(https://lamplighterswebroom.neocities.org/Graphics/Universal/Watertile.gif);
    image-rendering: pixelated;
}

#buttonhighlighted {
    color:rgb(255, 255, 255);
    background-color: rgb(54, 17, 114);
    border-width: 2px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0 0 10px #396eff;
    border-color: rgb(226, 131, 43);
    width: 150px;
    height: 40px;
    display: block;
    border-radius: 1px;
    margin-left: 14px;
    border-style: outset;
}

#buttonselectable {
    color:rgb(255, 255, 255);
    background-color: rgb(24, 9, 65);
    border-width: 2px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0 0 10px #396eff;
    border-color: rgb(226, 131, 43);
    width: 150px;
    height: 40px;
    display: block;
    border-radius: 1px;
    margin-left: 14px;
    border-style: outset;
}

#buttonselectable:hover {
    color:rgb(255, 255, 255);
    background-color: rgb(43, 17, 114);
    border-width: 2px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0 0 10px #396eff;
    border-color: rgb(226, 131, 43);
    width: 150px;
    height: 40px;
    display: block;
    border-radius: 1px;
    margin-left: 14px;
    border-style: outset;
}

#buttonnotselectable {
    color:rgb(255, 255, 255);
    background-color: rgb(21, 20, 26);
    border-width: 2px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0 0 10px #396eff;
    border-color: rgb(226, 131, 43);
    width: 150px;
    height: 40px;
    display: block;
    border-radius: 1px;
    margin-left: 14px;
    border-style: outset;
}

#pixel {
    image-rendering: pixelated;
}

#pixelglow-blue {
    image-rendering: pixelated;
    filter: drop-shadow(0px 1px 3px rgb(7, 19, 71));
}

#pixelglow-purple {
    image-rendering: pixelated;
    filter: drop-shadow(0px 1px 5px rgb(60, 7, 71));
}

#container {
    display: flex;
    gap: 10px 20px;
    width: 1480px;
    margin: 0 auto;
}

#leftsidebar {
    width: 215px;
    height: 400px;
    order: 1;
    display: grid;
}

#leftsidebarcontent {
    border-width: 2px;
    border-style: outset;
    border-radius: 15px;
    border-color: rgb(199, 62, 115);
    color: white;
    width: 215px;
    height: 400px;
    background-color: rgba(20, 1, 24, 0.486);
    box-shadow: -2px -2px rgb(58, 8, 25), 2px 2px rgb(56, 8, 10);
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    text-shadow: 0 0 5px #e839ff;
}

#sidebarbuttonselectable {
    color:rgb(255, 255, 255);
    background-color: rgba(78, 5, 56, 0.486);
    border-width: 1px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 0 0 10px #396eff;
    border-color: rgb(226, 131, 43);
    width: 180px;
    height: 50px;
    display: block;
    border-radius: 15px;
    margin-left: 14px;
    border-style: outset;
}

#sidebarbuttonselectable:hover {
    color:rgb(255, 255, 255);
    background-color: rgba(126, 10, 81, 0.486);
    border-width: 1px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 0 0 10px #396eff;
    border-color: rgb(226, 131, 43);
    width: 180px;
    height: 50px;
    display: block;
    border-radius: 15px;
    margin-left: 14px;
    border-style: outset;
}

#centersection {
    width: 1000px;
    height: 500px;
    margin: auto;
    box-sizing: border-box;
    order: 2;
}

#middlecontainer {
    border-width: 1px;
    border-style: outset;
    border-radius: 6px;
    border-color: rgb(231, 138, 50);
    color: white;
    width: 1000px;
    height: auto;
    background-color: rgb(11, 3, 43);
    box-shadow: -3px -3px rgb(226, 75, 55), 3px 3px rgb(240, 104, 41);
    margin: auto;
    margin-top: 0;
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
    box-sizing: border-box;
    padding: 12px;
    text-shadow: 0 0 10px #e839ff;
}

#rightsidebar {
    width: 215px;
    height: 600px;
    order: 3;
    margin-top: -205px;
}