body,
html {
    background-color: #000014;
    height: 100%;
    overflow: hidden;
    user-select: none;
    touch-action: none;
    padding: 0;
    border: 0;
    width: auto;
    max-width: 800px;
}

h1 {
    color: white;
    font-family: "Tinos", serif;
    font-size: xx-large;
}

a {
    color: rgb(114, 114, 221);
}

.links {
    left: 570px;
    top: -310px;
    position: relative;
}

.blog {
    top: -100px;
    position: relative;
}

p {
    color: white;
    font-family: "Tinos", serif;
    font-size: large;
}

#ascii-art {
  color: white;
  overflow: hidden;
  padding: 0;
  font-family: monospace;
  font-weight: bold;
  white-space: pre;
  font-size: clamp(2px, 2vw, 10px);
}

#one {
    top: -35px;
    position: relative;
}

#two {
    top: -40px;
    position: relative;
}

.text-box {
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid white;
    background-color: #000014;
    position: relative;
    text-wrap: wrap;
    color: white;
    font-family: "Tinos", serif;
    font-size: large;
}