@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?);
}

body {
  font-family: pixel !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.25em;
}

.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: #fff
}

.right-intro {
  margin-top: 22px;
}

.outer-box{
  padding-right:10px;
  padding-left: 10px;
  box-sizing: border-box;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0px 0px 15px 15px;
}

.inner-box{
  border: 1px solid #000;
  box-sizing: border-box;
}

.button{
  padding: 3px;
  border: 1px solid #000;
  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;
}
.small-player {
    transform: scale(0.1);
    transform-origin: left center;
}
.two{
  width: 350px;
  height: 400px;
  position:absolute;
  left:40rem;
  top:15.25rem;
  z-index:750;
}
  
.bubble {
  border-radius: 0px 25px 25px 25px;
  padding: 10px;
  background: #fff;
  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: 200;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

