body {
  text-align: center;
  align-items: center;
  display: flex;
  font-family: 'Major Mono Display', monospace;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  background-color: black;
  color: aliceblue;
}
a {
    text-decoration: none;
    color: inherit;
}
p {
  margin-top: 4em;
  margin-bottom: 8em;
}
p a {
  display: block;
  margin-top: 0.5em;
}
#unravel {
  height: 550px;
  width: 600px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  #unravel {
    height: 400px;
    width: 250px;
    margin-bottom: 100px;
  }
}
