body {
    background-color: #151515;
    color: #eaeaea;
    font-family: monospace;
}

header {
    color: #b5e853;
    text-align: center;
}

footer {
    color: #666;
    text-align: center;
}

a {
    color: #63c0f5;
    text-shadow: 0 0 5px rgba(104,182,255,0.5);
}

select {
    font-family: monospace;
}

input {
    font-family: monospace;
}

button {
    font-family: monospace;
}

#content {
    max-width: 640px;
    margin: 10px auto;
}

#content h2,h3 {
    color: #b5e853;
}

#about {
}

#rom-desc {
}

#controls {
    margin: 10px auto;
}

#screen {
    background-color: white;
}

#settings {
}
