.dotgothic16-regular {
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;
}
* {
    box-sizing: border-box;
    font-family: "DotGothic16", sans-serif;
}
body {
    background: #020302;
    overflow: hidden;
}
.intro {
    position: fixed;
    background: #0ece0f;
    margin-top: 150px;
    left: 40px;
    width: 550px;
    height: 46px;
    border-radius: 7px;
}
.i-background {
    position: absolute;
    background: #020302;
    margin-top: 2px;
    margin-left: 2px;
    width: 546px;
    height: 42px;
    border-radius: 5px;
}
.i-box {
    position: absolute;
    margin-top: 6px;
    margin-left: 6px;
    width: 534px;
    height: 30px;
}
.i-text {
    color: #0ece0f;
    margin-left: 6px;
    font-size: 17px;
}
.pill-menu {
    position: fixed;
    background: #0ece0f;
    margin-top: 100px;
    left: 700px;
    width: 670px;
    height: 60px;
    border-radius: 7px;
}
.pl-background {
    position: absolute;
    background: #020302;
    margin-top: 2px;
    margin-left: 2px;
    width: 666px;
    height: 56px;
    border-radius: 5px;
}
.pl-box {
    position: absolute;
    margin-top: 6px;
    margin-left: 6px;
    width: 654px;
    height: 44px;
}
.button {
    color: #0ece0f;
    display: inline-block;
    margin-left: 5px;
    margin-right: 2px;
    margin-top: 4px;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    max-width: fit-content;
    border: 1px solid #0ece0f;
    border-radius: 20px;
    transition: 0.3s;
    cursor: pointer;
}
.button:hover {
    color: rgb(64, 64, 64);
    border: 1px solid rgb(64, 64, 64);
    transform: scale(0.95);
}
.button1 {
    color: #0ece0f;
    display: inline-block;
    margin-left: 5px;
    margin-right: 2px;
    margin-top: 4px;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    max-width: fit-content;
    border: 1px solid #0ece0f;
    border-radius: 20px;
    transition: 0.3s;
    cursor: pointer;
}
.button1:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    transform: scale(1.05);
}
.resources {
    position: fixed;
    background: #0ece0f;
    margin-top: 193px;
    left: 680px;
    width: 710px;
    height: 420px;
    border-radius: 7px;
}
.rcrs-background {
    position: absolute;
    background: #020302;
    margin-top: 2px;
    margin-left: 2px;
    width: 706px;
    height: 416px;
    border-radius: 5px;
}
.rcrs-box {
    position: absolute;
    /*background: rgba(9, 238, 9, 0.4);*/
    margin-top: 6px;
    margin-left: 6px;
    width: 694px;
    height: 404px;
}
.no-selected {
    position: absolute;
    width: 694px;
    height: 404px;
    overflow: auto;
}
.nosel-text {
    position: absolute;
    color: #0ece0f;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    text-align: center;
}
.html-section {
    position: absolute;
    width: 694px;
    height: 404px;
    overflow: auto;
}
.html-title {
    color: #0ece0f;
    margin-left: 6px;
    font-size: 22px;
}
.html-links {
    margin-left: 10px;
    margin-bottom: 10px;
}
.html-links > a {
    color: #229e22;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    color: white;
}
.css-title {
    color: #0ece0f;
    margin-left: 6px;
    font-size: 22px;
}
.css-links {
    margin-left: 10px;
    margin-bottom: 10px;
}
.css-links > a {
    color: #229e22;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    color: white;
}
.blinkies-section {
    position: absolute;
    display: none;
    width: 694px;
    height: 404px;
    overflow: auto;
}
.blinkies-title {
    color: #0ece0f;
    margin-left: 6px;
    font-size: 22px;
}
.blinkies-88x31 > img {
    display: inline;
    margin-top: 3px;
    margin-bottom: 6px;
    margin-left: 3px;
    text-decoration: none;
    transition: 0.3s;
}
.blinkies2-title {
    color: #0ece0f;
    margin-left: 6px;
    font-size: 22px;
}
.blinkies-150x20 > img {
    display: inline;
    margin-top: 3px;
    margin-bottom: 6px;
    margin-left: 3px;
    text-decoration: none;
    transition: 0.3s;
}
.resource-title {
    position: fixed;
    color: #000;
    top: 30px;
    margin-left: 40px;
    font-size: 70px;
    text-shadow: -2px -2px 0 #0ece0f, 2px -2px 0 #0ece0f, -2px 2px 0 #0ece0f, 2px 2px 0 #0ece0f;
    cursor: default;
}
.backtohome {
    position: fixed;
    color: #000;
    bottom: 25px;
    margin-left: 20px;
    font-size: 40px;
    text-shadow: -2px -2px 0 #363636, 2px -2px 0 #363636, -2px 2px 0 #363636, 2px 2px 0 #363636;
    transition: 0.3s;
    cursor: pointer;
}
.backtohome:hover {
    text-shadow: -2px -2px 0 #656565, 2px -2px 0 #656565, -2px 2px 0 #656565, 2px 2px 0 #656565;
    transform: scale(1.08);
}