* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

header h1 {
    font-weight: bold;
    font-size: 64px;
    text-align: center;
}

header {
    background: rgb(24, 24, 24);
    box-shadow: 1px 0.5px 5px 0px rgb(0, 0, 0)
}

nav h2 {
    font-size: 32px;
    display: inline;
    margin: 120px;
}

nav img {
    width: 20%;
}

nav {
    margin-top: 500px;
    text-align: center;
}

body {
    background-color: rgb(12, 12, 12);
}

.select-button {
    border: 3px rgb(41, 41, 41) solid;
}

#tfb-div {
    text-align: center;
}

#tfb-div h1 {
    color: #046c00;
    font-size: 1000%;
    font-family: 'Courier New', Courier, monospace;
}

#tfb-div p {
    color: #036105;
}

#version-indicator {
    position: fixed;
    color: white;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

#important {
    color: red;
}

header h1 {
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    font-size: 128px;
    color: #505050af;
}

body {
    background-color: #212121;
}

a {
    cursor: pointer;
}

.game img {
    width: 75%;
    aspect-ratio: 2/2;
    border: 3px rgba(255, 255, 255, 0.058) solid;
    border-radius: 5px;
}

.game {
    width: auto;
}

.game img:hover {
    opacity: 0.5;
}

div#game-hub {
    display: grid;
    gap: 25px;
    column-gap: 100px;
    margin-top: 2%;
    text-align: center;
    grid-template-columns: auto auto auto;
}

div#title {
    background-color: rgb(20, 20, 20);
    box-shadow: 10px 5px 5px 0px black;
}

h2 {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 250%;
    color: rgba(190, 190, 190, 0.712);
}

#entrance-buttons {
    text-align: center;
    margin-top: 50px;
}

#entrance-input {
    background-color: #444444;
}

#entrance-input-div {
    text-align: center;
}

#hub-changalog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(20, 20, 20);
    padding-top: 15%;
    padding-bottom: 15%;
    padding-left: 25%;
    padding-right: 25%;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#close-changalog {
    background-color: #b51616af;
}

#close-changalog-div {
    display: flex;
    position: relative;
    justify-content: center;
    top: 50%;
}

.game-offline img {
    background-color: red;
    opacity: 0.5;
}

li {
    color: white;
}

#ttl-games {
    color: #036105;
}