@font-face {
    font-family: Droid;
    src: url(assets/jetbrainsmono.woff2);
}

@media screen and (min-width: 400px) {
    nav {
        font-size: 12px;
    }
}

@media screen and (min-width: 700px) {
    nav {
        font-size: 20px;
    }
}

header {
    text-align: center;
}

body {
    background: #222021;
    font-family: Droid;
}

main {
    display: flex;
    justify-content: center;
}

section {
    width: 70%;
    height: max-content;
    padding: 20px;
}

p {
    color: #169179;
}

h1 {
    color: #9db07a;
}

h2 {
    color: #a7bfb3;
}

#title {
    font-size: 30px;
    margin-bottom: 0px;
}

p,
ul {
    color: #169179;
}

h1,
h2 {
    color: #a7bfb3;
    padding-top: 30px;
}

a:link,
a:visited {
    text-decoration: underline;
    color: #9db07a;
}

a:hover {
    color: darkorchid;
}

footer {
    padding-top: 50px;
}

pre {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #f36d33;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    max-width: 100%;
    display: block;
    word-wrap: break-word;
}

.image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}
