@font-face {
    font-family: pixel;
    src: url(https://dl.dropbox.com/s/rwu0nhwc3rnbaqm/mspixel.otf);
    }

    @font-face {
        font-family: minecraftia;
        src: url(https://dl.dropbox.com/s/qrro6u0lx00x66j/Minecraftia-Regular.ttf?);
        }

/* Black Wings - https://www.cursors-4u.com/cursor/spe26 */
* {
  cursor: url('https://cdn.cursors-4u.net/previews/black-wings-07b06b68-32.webp') 32 32, auto !important;
}
/* End www.Cursors-4U.com Code */

body {
    font-family: pixel !important;
    background-image: url(/images/city.gif) !important;
    background-attachment: fix !important;
    background-size: cover !important;
}

.lines {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 300;
    opacity: 0.05;
    }
     
    .lines:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, .5) 51%);
    background-size: 100% 4px;
    will-change: background, background-size; animation: scanlines 0.2s linear infinite;
    }
     
    @keyframes scanlines {
    from {
    background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, .5) 51%); background-size: 100% 4px; }
    to {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 50%, transparent 51%);
    background-size: 100% 4px;
    }
    }

    .one {
        width: 300px;
        height: 600px;
        position: relative;
        left: 30rem;
        top: 3.25rem;
    }

    .text {
        background: #E8E8D8;
        width: 100%;
        padding: 10px;
        border-right: 1px solid black;
        border-left: 1px solid black;
        box-sizing: border-box;
        font-size: 1.25em;
    }

    .intro {
        width: 100%;
        padding: 10px;
        display: flex;
        border-right: 1px solid black;
        border-left: 1px solid black;
        box-sizing: border-box;
        background-color: white;
    }

    .right-intro {
        margin-top: 22px;
    }

    .outer-box {
        background-color: white;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        border-right: 1px solid black;
        border-left: 1px solid black;
        border-bottom: 1px solid black;
        border-radius: 0px 0px 15px 15px;
    }

    .inner-box {
      background-color: white;
        border: 1px solid black;
        width: 100%;
        box-sizing: border-box;
    }

    .button {
        padding: 3px; 
        border: 1px solid black; 
        text-align: center;
        width: 97%;
        box-sizing: border-box;
        margin: 0 auto;
        margin-top: 4px;
        margin-bottom: 4px;
        font-size: 1.25em;
    }

    .flex {
        display: flex;
        margin-top: 5px;
        text-align: left;
    }

    .center {
        text-align: center;
    }

    .two {
        width: 350px;
        height: 400px;
        position: absolute;
        left: 40rem;
        top: 15.25rem;
        z-index: 999;
    }
    
    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        background: transparent;
        z-index: 999;
    }
    .overlay:target {
        visibility: visible;
        opacity: 1;
    }
    
    .bubble {
  border-radius: 0px 25px 25px 25px;
  padding: 10px;
  background: #aeb9cc;
  box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  margin-bottom: 10px;
  border: 1px solid black;
  width: 75%;
}

 @keyframes blinkingText {
    0% {
      color: #000000;
    }
 
    49% {
      color: #000000;
    }
 
    60% {
      color: white;
    }
 
    99% {
      color: white;
    }
 
    100% {
      color: #000000;
    }
  }
  
  .email-header {
  background: #fffdd0;
  padding: 5px;
  padding-left: 10px;
  box-sizing: border-box;
  width: 95%;
  margin: 0 auto;
  margin-top: 5px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-radius: 20px 20px 0 0;
  }
  
  .flex-two {
  display: flex;
  width: 98%;
  margin: 0 auto;
  padding: 5px;
  box-sizing: border-box;
  }
  
