body {
    background: #222530;

    margin: 0;
    padding: 0;
}

h1 {
    text-align: center;
    font-size: 100px;
    font-family: Arial;
    color: #ffffff;
}

b {
    color: #dfaf47;
}

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;
}

.wave {
    display: block;
    margin: 10px auto;
    padding: 0px;
    width: 100%;
}

.widercode {
    border-radius: 15px;
    background-image: url(WiderCode.jpeg);
    background-position: left top;
    background-repeat: repeat;
    padding: 20px;
    width: 445px;
    height: 445px;
    margin: 80px;
}

section {
    font-family: monospace;
    font-size: 20px;
    color: #c5c5c5;
    text-align: left;

    background: #222530;
    border-left: 8px solid #222127;
    padding: 75px;
}

.content {
    display: flex;
    align-items: center;
    margin: 20px;
}

body::-webkit-scrollbar {
    display: none;
}