body {
    background: #222530;

    margin: 0;
    padding: 0;
}

h3 {
    font-family: monospace;
    color: #c5c5c5;
}

#ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #222127;
}

#ul li {
    float: right;
}

#ul li a {
    display: block;
    color: #dfaf47;
    text-align: center;
    padding: 20px 20px;

    text-decoration: none;
    font-weight: bold;
    font-family: verdana;
}

#Home:active {
    text-decoration: underline #dfaf47;
}

#Interpreter:active {
    text-decoration: underline #dfaf47;
}

#Tutorial:active {
    text-decoration: underline #dfaf47;
}

#About:active {
    text-decoration: underline #dfaf47;
}

label {
    font-size: 40px;
    font-family: verdana;
    font-weight: bold;
    color: #dfaf47;
}

section {
    font-family: monospace;
    font-size: 20px;
    color: #c5c5c5;
    text-align: left;

    background: #222530;
    border-left: 8px solid #222127;
    padding: 75px;
}

b {
    color: #dfaf47;
    font-size: larger;
}

body::-webkit-scrollbar {
    display: none;
}