body {
    font-family: "Spline Sans Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: black !important;
    color: silver !important;
    min-height: 100vh;

    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

a {
    text-decoration: none !important;
}

.bg-black {
    background-color: rgba(0, 0, 0, 0.85);
}

.content-box {
    margin-top: 2rem;
    margin-bottom: 2rem;

    margin-left: 3rem;
    margin-right: 3rem;
    background-color: rgba(0, 0, 0, 0.85);

    padding: 1rem;
    border-radius: 1rem;
}

.menu {
    text-align: center;
    max-height: 300px;
    padding: 2rem;
    border-radius: 10rem;
}

a {
    color: #5fcde4;
}

a:hover {
    text-decoration: underline !important;
}

.content-grid {
    grid-template-columns: 1fr 1% 3fr;
}

p,
h1,
h2,
h3,
ul,
li {
    color: silver !important;
}

.center {
    text-align: center;
}

.bar {
    width: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
    line-height: 2px;
    font-size: 2px;
    height: 10px;
    margin-top: auto;
    margin-bottom: auto;
}

.submenu {
    margin-left: 25%;
    margin-right: 25%;
    font-size: 15px;
}

#games:target {
    display: block;
}

#contact:target {
    display: block;
}

.content-box:target ~ .content-box {
    display: none;
}

#games, #contact {
    display: none;
}

.r {
    color: #ac3232 !important;
}

.g {
    color: #99e550 !important;
}

.b {
    color: #5fcde4 !important;
}