@font-face {
    font-family: DepartureMonoNerdFont-Regular;
    src: url(fonts/DepartureMonoNerdFont-Regular.otf);
}

body {
    width: 75%;
    margin: auto;
    position: relative;
    background: #181818;
    color: #e4e0e0;
    font-family: DepartureMonoNerdFont-Regular;
    font-size: 20px;
    line-height: 22px;
    margin-top: 35px;
    margin-bottom: 35px;
}

footer {
    color: #EEE;
    font-size: 14px;
    text-align: center;
}

h1 {
    color: #EEE;
    font-size: 48px;
    margin-bottom: 45px;
}

h2 {
    color: #EEE;
    font-size: 32px;
    margin-bottom: 40px;
}

p {
    margin-bottom: 35px;
}

ul {
    margin-bottom: 35px;
    list-style-type: none;
}

li::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #73c936;
    top: 0.5rem;
    left: -20px;
    transition: all 0.2s;
}

li {
    left: 20px;
    position: relative;
    margin-bottom: 12px;
}

a:link {
    color: #EEE;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #73c936;
    transition: text-decoration-color 0.2s;
    text-underline-offset: 2px;
}

a:visited {
    color: #EEE;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #73c936;
    transition: text-decoration-color 0.2s;
    text-underline-offset: 2px;
}

a:hover {
    color: #EEE;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #EEE;
    transition: text-decoration-color 0.2s;
    text-underline-offset: 2px;
}

a:active {
    color: #EEE;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #f43841;
    transition: text-decoration-color 0.2s;
    text-underline-offset: 2px;
}

h1 a:link {
    text-decoration-thickness: 4px;
}

h2 a:link {
    text-decoration-thickness: 3px;
}
