@font-face {
  font-family: 'neuropol';
  src: url('./Neuropol.ttf') format('truetype');
}

@font-face {
  font-family: 'hermit';
  src: url('./Hermit.otf') format('opentype');
}

body {
  background-color: #2b0000;
}

.hover {
  text-decoration: none;
  position: relative;
}

.hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid;
  transition: 1s;
}

.hover:hover:after {
  width: 100%;
}

.instagram {
  font-size: 25px;
  color: #fd1d1d;
}

.github {
  font-size: 25px;
  color: #a64ab1;
  margin-left: 20px;
}

.mail {
  font-size: 25px;
  color: #0091ff;
  margin-left: 20px;
}

.adarkroom {
  font-size: 25px;
  color: #d97000;
  margin-left: 20px;
}

.center {
  text-align: center;
  vertical-align: middle;
  line-height: 90px;
}

.link {
  text-decoration: none;
  font-family: hermit;
}

.about-text {
  font-size: 25px;
  font-family: hermit;
  color: #ffffff;
}

.fourzerofour {
  font-family: neuropol;
  color: #ffffff;
  font-size: 90px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 100px;
}

.pagenotfound {
  font-family: hermit;
  font-size: 30px;
  color: #ff3d00;
  text-align: center;
}

.align {
  text-align: center;
}

.links,
.top {
  font-family: neuropol;
  font-size: 65px;
  text-align: center;
  margin-top: auto;
  color: #ffffff;
}

.home {
  font-family: hermit;
  color: #0091ff;
  font-size: 25px;
}

.image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aka {
  font-family: neuropol;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}

.newolonos {
  font-family: neuropol;
  font-size: 16px;
  text-align: center;
  color: #ff3d00;
}

.privacypolicy {
  font-family: hermit;
  color: #ff3d00;
  font-size: 16px;
  float: right;
}

.privacypolicysite {
  color: #ffffff;
}

.privacylinks {
  text-decoration: none;
  color: #f2cf15;
}