body {
  background-color: #0E1015;
}

h1 {
    font-family: Poppins, sans-serif;
    color: white;
    font-size: 2.5em;
}

h2 {
    font-family: Poppins, sans-serif;
    color: white;
    margin-bottom: 0.2;
    font-size: 2em;
}

h3 {
    font-family: Poppins, sans-serif;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.1em;
}

.link {
    font-family: Poppins, sans-serif;
    text-decoration: none;
    color: lightblue;
}

.link:hover {
    text-decoration: underline;
}

.linkspecial {
    color: lightblue;
    font-size: 1em;
}

.linkspecial:hover {
    text-decoration: underline;
}