body {
    background-color: #121312;
}

p {
    color: #E0E0E0;
}

#header-title {
    color: #E0E0E0;
    text-align: center;
    font-size: 2.1rem;
}

#content {
    width: 66%;
    margin: auto;
}

#contact {
    width: 66%;
    margin: auto;
    text-align: center;
}

#contact img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

#projects {
    width: 66%;
    margin: auto;
    text-align: left;
}

h2 {
    font-size: 1.2rem;
}

a {
    text-decoration: none;
    color: #69A2FF;
}

footer {
    width: 66%;
    margin: auto;
    position: fixed;
    bottom: 0;
}

footer p {
    font-size: 1rem;
    text-align: center;
    color: #A4A4A4;
}

.inconsolata {
  font-family: "Inconsolata", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
