body {
    font-family: monospace;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    color: #ebdbb2;
    background-color: #282828;
    line-height: 1.6;
}

a {
    color: #d65d0e;
}

header a {
    text-decoration: none;
}

h1 {
    font-weight: 400;
    line-height: 1.1;
}

h2 {
    font-weight: 400;
    line-height: 1.1;
}

.navbar {
    font-size: 1rem;
}