::selection {
    background-color: #fff;
    color: #000;
}
html {
    background-color: #000000;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #e68913 transparent;

    color: #e68913;
    font-family: monospace;
    font-size: 12px;
}
body {
    width: 600px;
    margin: 0;
}
a {
    color: inherit;
    font-weight: bold;
    text-decoration: none;
}
#go-back {
    position: absolute;
    background-color: #000;
    padding: 5px;
    border: 1px dotted #e68913;
}
#side {
    position: absolute;
    width: 1px;
    height: 3313px;
    left: 599px;
    border-right: 1px dotted #e68913;
}
.containQuiz {
    background-color: #000;
    border-right: 1px dotted;
    border-bottom: 1px dotted;
    margin-right: 15px;
    padding: 10px;
}
.containQuiz header {
    background: url(/other/quiz/header2.png) no-repeat center;
    width: 600px;
    height: 300px;
    margin: -10px;
}
.containQuiz h3 {
    margin: 0;
    margin-top: 25px;
}
.containQuiz hr {
    margin: 15px 0;
    border: 1px solid #001921;
    border-width: 1px 0 0 0;
}

.question {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dotted;
    margin-bottom: 5px;
    margin-right: -10px;
}
.answers {
    padding: 0;
    margin-bottom: 20px;
}
.answers label {
    display: block;
    max-width: fit-content;
    cursor: pointer;
}

.submitbutton {
    width: 60px;
    margin: 0;
    padding: 10px;
    position: relative;
}
#submit {
    background-color: #000;
    color: #e68913;
    border: 1px solid;
    border-radius: 2px;
    padding: 5px;
    font-family: monospace;
    font-weight: bold;
}
#submit:hover {
    color: #ffbc69;
    background-color: #e98c1a2c;
    cursor: pointer;
}
#results {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}