@font-face {
  font-family: 'Space Mono Bold';
  src: url('SpaceMono-Bold.woff') format('woff'),
       url('SpaceMono-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Space Mono';
  src: url('SpaceMono-Regular.woff') format('woff'),
       url('SpaceMono-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans';
  src: url('WorkSans-Regular.woff') format('woff'),
       url('WorkSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.ichnos {
  position: fixed;
  z-index: 1;
  bottom: 10px;
  left: 10px;
}
.text {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: transparent;
  overflow: scroll;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  opacity: 0.75;
  margin-top: 0px;
  margin-bottom: 25px;
  letter-spacing: -0.53px;
  word-spacing: 2.30px;
  text-transform: none;
  background-color: #d5d5d5;
  overflow-x: hidden;
}
.center {
  text-align: center;
  display: block;
}
.title {
  margin-top: 15px;
  margin-left: auto;
  margin-right:  auto;
  padding: 20px;
  width: 50vw;
  display: block;
  font-family: "Space Mono", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.20;
  opacity: 1.00;
  letter-spacing: -0.2px;
  word-spacing: -10.40px;
  text-transform: none;
}
canvas {
  position: absolute;
  top: 0.1vh;
  left:  0.1vw;
  z-index: -1;
}

.block1 {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
  width: 50vw;
  text-align: justify;
}
.block2 {
  margin-top: 500px;
  margin-left: 10vw;
  width: 80vw;
  display: block;
  background-color: #fff;
  opacity: 0.9
}
.block3 {
  margin-top: 400px;
  margin-left: 10vw;
  width: 80vw;
  display: block;
  background-color: #fff;
  opacity: 0.9
}
.author {
  float: right;
  margin-top: 400px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 30px;
  width: 350px;
  display: block;
  background-color: #fff;
  color: #000;
  font-family: 'Space Mono';
  font-weight: 400;
  line-height: 1.20;
  opacity: 0.5;
  letter-spacing: 0.7px;
  word-spacing: 1px;
  text-transform: none;
  font-size: 14px;
  text-align: center;
}
.author a {
  color: #DBB700;
}
.bold {
  font-family: "Space Mono Bold", serif;
}
.smaller {
  font-size: 32px;
}

/* Responsive Design */
@media (max-width: 600px) {
  .title {
    width: 90%;
    font-size: 32px;
    padding: 15px;
  }

  .smaller {
    font-size: 24px;
  }

  .block1 {
    width: 90%;
  }

  .block2, .block3 {
    width: 95%;
    margin-left: 2.5%;
  }

  .author {
    width: 90%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
  }

  .text {
    font-size: 16px;
  }
}