@import url('https://fonts.googleapis.com/css?family=VT323');

body, h1, h2, h3, h4, p, a {
    color: #e0e2f4; /* light-grey */
    font-family: 'VT323', monospace;
}

body, p {
    font-size: 30px;
    line-height: 2rem;
    background-color: #0414a7; /* blue */
}

h1 { font-size: 2.75rem; line-height: 1.05em; }
h2 { font-size: 2.25rem; line-height: 1.25em; }
h3 { font-size: 1.5rem; line-height: 1.25em; font-weight: lighter; }
h4 { font-size: 1.125rem; line-height: 1.222em; font-weight: lighter; }

.container {
    width: 90%;
    max-width: 695px;
    margin: auto;
}

.bsod {
    padding-top: 10%;
    text-align: center;
}

.bsod .neg {
    color: #0414a7; /* blue */
}

.bsod .neg .bg {
    background-color: #aaaaaa; /* grey */
    padding: 0 15px 2px 13px;
}

.bsod .title {
    margin-bottom: 50px;
}

.bsod .nav {
    margin-top: 35px;
    text-align: center;
}

.bsod .nav .link {
    text-decoration: none;
    padding: 0 9px 2px 8px;
    color: #e0e2f4; /* light-grey */
}

.bsod .nav .link:hover,
.bsod .nav .link:focus {
    background-color: #aaaaaa; /* grey */
    color: #0414a7; /* blue */
}

