@font-face {
    font-family: "W95FA";
    src: url("fonts/W95Fa.otf") format("opentype");
    src: url("fonts/w95fa.woff") format("woff");
    src: url("fonts/w95fa.woff2") format("woff2");
}

body {
    position: relative;
    font-family: W95FA;
    color: white;
    margin: 0px;
    background: #c3c3c3;
    margin: 0; height: 100%; overflow: hidden
}
.parent {
    display: grid;
    grid-template-columns: 1.66666666667% 30% 1fr 1.66666666667%;
    grid-template-rows: 7.22222222222% 1fr 1.66666666667% 7.77777777778%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.left { grid-area: 2 / 1 / 3 / 2;
    position: fixed;
    left:0;
    height: 100%;
    width: 12px;
    background-image: url("img/Background/Right.png");
    image-rendering: pixelated;
    background-repeat: repeat-y;
    background-size: contain;
}
.right { grid-area: 2 / 4 / 3 / 5;
    position: fixed;
    right:0;
    height: 100%;
    width: 12px;
    background-image: url("img/Background/Right.png");
    image-rendering: pixelated;
    background-repeat: repeat-y;
    background-size: contain;
}
.navList { grid-area: 2 / 2 / 3 / 3;
    overflow: auto;
    height: 100vh;
    background-size: contain;
}
.content { grid-area: 2 / 3 / 3 / 4;
    overflow: auto;
    background: green;
}
.top { grid-area: 1 / 1 / 2 / 5;
    position: absolute;
    top: 0;
    height: 52px;
    width: 100%;
    background: #010081;
    background-image: url("https://imgur.com/pdXlZu7.png"),url("https://imgur.com/3Wydyhg.png"),url("https://imgur.com/okvHRZU.png");
    image-rendering: pixelated;
    background-position: left top, right top, top center;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-size:contain;
}
.bottom { grid-area: 3 / 1 / 5 / 5;
    bottom: 0;
    height: 68px;
    width: 100%;
    background-image: url("img/Background/Left_Bottom.png"),url("img/Background/Right_Bottom.png"),url("img/Background/Bottom.png");
    image-rendering: pixelated;
    background-position: left bottom, right bottom, center;
    background-repeat: no-repeat,no-repeat,repeat-x;
    position: fixed;
    background-size: contain;
}
.taskBar { grid-area: 4 / 1 / 5 / 5; }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 6px;
    width: 100%;
    position: relative;
    padding-top: 35vh;
    text-align: center;
    font-size: 3vh;

}

li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

.astext {
    background:none;
    border:none;
    margin:0;
    padding:0;
    cursor: pointer;
}
