#maze, #difSelect {
    position: relative; 
    max-width: fit-content; 
    margin-inline: auto;
}

#mazeTable {
    position: absolute; 
    padding: 0px; 
    border: 0px;
    border-collapse: collapse;
}

.tile {
    position: absolute; 
    z-index: 1;
    padding: 0px; 
    border: 0px; 
    image-rendering: pixelated;
}

.terminal {
    z-index: 2;
    position: absolute;
}

#player {
    z-index: 3; 
    position: absolute; 
}

.exit {
    float: right; 
    text-align: right;
    border: 0px;
    background-color: transparent;
    color: red;
    image-rendering: pixelated;
}

.computerScreen {
    color: #8ccc25; 
    background-color: #0a0a0a; 
    background-clip: padding-box;
    padding: 10px; 
    border: 10px solid transparent;
    border-image: url(Border.png) 10 round;
    font-family: 'Inconsolata', 'Courier New', monospace;
    font-size: 16px;
}

#QuestionBox{
    word-wrap: break-word;
    width: 15%;
    display: flex;
    justify-content: center;
}

form{
    text-align: left;
}

.MCAnswer{
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.MCAnswer:checked + img{
    background-color: #8ccc25;
}

.TXTAnswer{
    color: #8ccc25; 
    background-color: #0a0a0a;
    border: solid #8ccc25 1px;
    font-family: 'Inconsolata', 'Courier New', monospace;
    font-size: 16px;
}

input[type="image"]{
    image-rendering: pixelated;
}

#StartMaze{
    display: block;
    margin-inline: auto;
}

body {
    background-image: url(Background.png);
}

#banner { 
    display: block;
    background-color: #3d6f72; 
    border-bottom: #1a1a1a solid 5px;
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0px;
    left: 0px;
    z-index: 5;
    text-align: center;
    color: #ccd7d5;
    font-family: 'Inconsolata', 'Courier New', monospace;
    display: flex;
    align-items:center;
}

#main {
    margin-top: 120px;
}

img {
    image-rendering: pixelated;
}

.gamename {
    color: #ccd7d5;
    font-family: 'Inconsolata', 'Courier New', monospace;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 3px;
    text-decoration-line: none;
    display: flex;
    align-items:center;   
}

.username, .score {
    color: #8ccc25;
    font-family: 'Inconsolata', 'Courier New', monospace;
    font-size: 30px;
    letter-spacing: 3px;
    text-decoration-line: none;
    display: flex;
    align-items:center; 
    border: #ccd7d5 2px solid; 
    border-radius: 5px; 
    padding: 5px;
    background-color: #0a0a0a;
}

.logout{
    color: red;
    font-family: 'Inconsolata', 'Courier New', monospace;
    text-decoration-line: none;
    border: #ccd7d5 2px solid; 
    border-radius: 5px; 
    background-color: #0a0a0a;
}

.removeAnswer {
    color: transparent;
    background-color: transparent;
    background-image: url(Remove\ Button.png);
    image-rendering: pixelated;
    border: transparent;

}

.inputPanel{
    font-family: 'Inconsolata', 'Courier New', monospace;
    background-color: whitesmoke;
    border-radius: 20px;
    padding: 15px;
    width: 85%;
    margin-inline: auto;
}

.classGroupForm, .qSetForm, .classSetScore, .classStudentScore{
    border-top: 2px solid #1a1a1a; 
    border-bottom: 2px solid #1a1a1a;
    background-color: #ccd7d5; 
}

.classGroupSelector, .qSetSelector, .qSelector{
    padding: 5px;  
    width: 75%; 
}

.classGroupSubmit, .qSetSubmit, .qDelete{
    display: none;
}

#notes{
    word-wrap: break-word;
    width: 100%;
    height: fit-content;
    min-height: 100px;
}

.classScores, #yourSets{
    border-top: 2px solid #1a1a1a; 
    border-bottom: 2px solid #1a1a1a;
}
