body {
    background-color: #1b1b1b;
    font-family: "Slabo 27px", serif;
    text-align: left;
    color: #e6e6e6;
    font-size: 15px;
    height: 100vh;
    flex-direction: column;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.slabo-27px-regular {
  font-family: "Slabo 27px", serif;
  font-weight: 400;
  font-style: normal;
}

.about {
    width: 255px;
    height: 425px;
}
img {
    position: relative;
    width: 96px;
    top: -260px;
    left: 141px;
}
a {
    color:#e6e6e6;
    text-decoration: none;
}
a:hover {
   text-decoration: dotted underline;
   border: none;
   color:#8495a4;
}