html,
body {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: black;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
canvas {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  filter: blur(1px);
}
@media screen and (min-width: 768px) {
  .title {
    position: fixed;
    top: 60px;
    left: 100px;
    font-size: 100px;
    color: #ac0000;
  }
  .about {
    position: fixed;
    top: 260px;
    left: 100px;
    font-size: 18px;
    line-height: 2em;
    color: #ffffff75;
  }
  .info {
    position: fixed;
    bottom: 70px;
    left: 100px;
    color: #ffffff75;
    font-size: 18px;
    display: flex;
    flex-direction: row;
  }
  .info .img {
    margin: 0 10px;
    width: 150px;
    height: 150px;
    margin-right: 20px;
    padding: 10px;
    display: flex;
  }
  .info .img img {
    flex: 1;
  }
  .info .txt {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .info .txt span {
    padding: 3px 0;
  }
  .info .txt span:first-child {
    border-bottom: 1px solid #ffffff75;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .info .txt span a {
    color: #ffffff75;
  }
}
@media screen and (max-width: 768px) {
  .title {
    position: fixed;
    top: 20px;
    left: 10px;
    font-size: 24px;
    color: #ffffff;
  }
  .about {
    position: fixed;
    top: 60px;
    left: 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #ffffff75;
    padding: 10px;
  }
  .info {
    position: fixed;
    bottom: 10px;
    left: 10px;
    color: #ffffff75;
    font-size: 14px;
    display: flex;
    flex-direction: column;
  }
  .info .img {
    width: 130px;
    height: 130px;
  }
  .info .img img {
    width: 120px;
    height: 120px;
  }
  .info .txt {
    display: flex;
    flex-direction: column;
  }
  .info .txt span {
    padding: 3px 0;
  }
  .info .txt span:first-child {
    border-bottom: 1px solid #ffffff75;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .info .txt span a {
    color: #ffffff75;
  }
}
/*# sourceMappingURL=homepage.css.map */