body {
    background-color: #0b0e14;
    font-family: monospace;
    color: #bfbdb6;
    margin: 0;
    height: 100%;
    padding: 1rem;
    font-size: 14px;
}

.center {
    text-align: center;
}

html {
    height: 100%;
}

input, button, select {
    background-color: #0d1017;
    color: #bfbdb6;
    border: 1px solid #234;
    outline: none;
    padding: .25rem;
}

input:hover, button:hover, select:hover {
    border: 1px solid #e6b450;
}

.button {
    width: 88px;
    height: 31px;
    image-rendering: pixelated;
    padding: 0;
    margin: 1px;
}

.buttons {
    margin-top: 10px;
}

.no-left-padding {
    padding-left: 0;
}

.search-button {
    width: 10%;
}

.light-bg {
    background-color: #191e37;
}

a:visited {
    color: #a261e2;
}

a:link {
    color: #416fbf;
}
