/* crt effect */
      .crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 5;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

@keyframes flicker {
  0% {
  opacity: 0.00001;
  }
  5% {
  opacity: 0.00009;
  }
  10% {
  opacity: 0.00004;
  }
  15% {
  opacity: 0.00006;
  }
  20% {
  opacity: 0.00008;
  }
  25% {
  opacity: 0.0006;
  }
  30% {
  opacity: 0.10008;
  }
  35% {
  opacity: 0.10004;
  }
}

.crt::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}
    
    
/* basic */
html {
    background-image: url(images/webmaster/bg.gif);
}

.content {
    margin-right: auto;
    margin-left: auto;
    width: 670px;
    height: 900px;
    background-image: url(images/webmaster/tumblr_inline_mvmulgS6Lp1qid2nw.png);
    padding: 10px;
    text-align: center;
}
.info {
    margin-right: auto;
    margin-left: auto;
    background-image: url(images/webmaster/__patchouli_knowledge_touhou_drawn_by_menotoa__92709abf9bd58e0d0c1d7d406c10df4f.jpg);
    height: 350px;
    width: 615px;
    background-size: contain;
    font-family: "MS PGothic", "Meiryo", メイリオ, "Hiragino Kaku Gothic ProN", ヒラギノ角ゴ Pro W3, sans-serif;
    font-size: 12px;
    letter-spacing: 0.9px;
    line-height: 21px;
    outline: 2px solid black;
    text-align: right;
    padding: 20px;
}
h2 {
    color: pink;
        font-family: "MS PGothic", "Meiryo", メイリオ, "Hiragino Kaku Gothic ProN", ヒラギノ角ゴ Pro W3, sans-serif;
        font-size: 15px;
        letter-spacing: 0.6px;
        line-height: 15px;
        padding-top: 6px;
        text-shadow: -1px -1px 0 black, 0px -1px 0 black, 1px -1px 0 black, -1px 0px 0 black, 1px 0px 0 black, -1px 1px 0 black, 0px 1px 0 black, 1px 1px 0 black;
}
p {
    text-shadow: -1px -1px 0 black, 0px -1px 0 black, 1px -1px 0 black, -1px 0px 0 black, 1px 0px 0 black, -1px 1px 0 black, 0px 1px 0 black, 1px 1px 0 black;
    color: white;
}
#patchy {
    margin-top: 40px;
}
.bubble {
    background-color: #e0dcff;
    height: 140px;
    width: 430px;
    border: 1px solid black;
    border-radius: 15px;
    margin: 18px;
    margin-top: 40px;
    padding: 10px;
}
.bubble p {
    color: black;
    text-shadow: none;
}
.bubtext {
    overflow-y: scroll;
    height: 140px;
}