body {
    background-color: black;
    color: white;
    margin: 0;
	padding-top: 1em;
    padding-left: 2em;
	padding-right: 2em;
}

h1{
    margin-bottom: 1em;
}

.orange-to-green-link {
    color: #f9a718;
    font-weight: normal;
    text-decoration: none;
}

.orange-to-green-link:hover {
    color: #00ff00;
    font-weight: bolder;
    text-decoration: none;
}

.red-to-green-link {
    color: #ff0000;
    font-weight: bold;
    text-decoration: none;
}

.red-to-green-link:hover {
    color: #00ff00;
    font-weight: bold;
    text-decoration: none;
}

.grey-to-green-link {
    color: #454545;
    font-weight: bold;
    text-decoration: none;
}

.grey-to-green-link:hover {
    color: #00ff00;
    font-weight: bold;
    text-decoration: none;
}

#cheatCodeDisplay {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.7);
    font-family: monospace;
    font-size: 12px;
    border-radius: 3px;
    pointer-events: none;
}
