body {
  color: black;
  background-color: #D0D4DB;
  font-size: 20px;
  font-family: 'altehaasgroteskregular';
  overflow: hidden;
  background: url(https://64.media.tumblr.com/15286d36d5059c92d7afd246f9de112c/c1abb03f01a8fa65-02/s250x400/ad1402f66bbb227cf8c653d1dbef0f6bf1fb25cd.png) repeat center center fixed;
  background-size: cover;
  scrollbar-width: none;
}
}
html {
  overflow: scroll;
}

@font-face {
    font-family: 'altehaasgroteskregular';
    src: url('/altehaasgroteskregular2.woff') format('woff2'),
         url('/altehaasgroteskregular.woff') format('woff');
    font-weight: normal;
    font-style: normal;  

}
.sitting {
  position: absolute;
  display: block;
  bottom: 0%;
  right: 0%;
}
.portrait {
  position: absolute;
  display: block;
  bottom: 0%;
  left: 0%;
}
.end {
  position: absolute;
  display: block;
  bottom: 0%;
  left: 20%;
}
.bong {
  position: absolute;
  display: block;
  bottom: 0%;
  right: 22%;
}
.bic {
  position: absolute;
  display: block;
  top: 10%;
  right:3%;
}
h1 {
  text-align: right;
  left: 30%;
  position: absolute;
  display: block;
  font-size: 25px;
  top: 10%;
  text-shadow:1px 1px 10px #fff, 1px 1px 10px #ccc;
  text-shadow: horizontal-shadow vertical-shadow blur color;
}

.glow {
  color: #fff;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #5FCDAF, 0 0 40px #5FCDAF, 0 0 50px #5FCDAF, 0 0 60px #5FCDAF, 0 0 70px #5FCDAF;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #6280A5, 0 0 40px #6280A5, 0 0 50px #6280A5, 0 0 60px #6280A5, 0 0 70px #6280A5, 0 0 80px #6280A5;
  }
}
.text {
  position: absolute;
  color: white;
  display: block;
  top: 10%;
  right: 15%;
  font-size: 10px;
  text-align: center;
  padding: 12px;
  width: 325px;
  vertical-align: middle;
  line-height: 10px; 
}
.so {
  position: absolute;
  color:#D0D4DB;
  display: block;
  bottom: 2%;
  right: 35%;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  width: 300px;
  vertical-align: middle;
  line-height: 10px; 
  border: 1px dotted white;
}