@font-face {
src: url(https://dl.dropbox.com/s/1479f8x52y3z5u4/rainyhearts.ttf);
font-family: hearts;
}

@font-face {
font-family: minecraftia;
src: url(https://dl.dropbox.com/s/qrro6u0lx00x66j/Minecraftia-Regular.ttf?);
}

@font-face {
font-family: PC98;
src: url(https://dl.dropbox.com/s/q6te1rmeglfy4bf/pc-9800.ttf);
}

body {
  font-family: PC98 !important;
  background-image: url(https://stormhunterv2andawesome.neocities.org/images/3312054-3028893027.jpg);
  background-size: cover;
}

.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: 700PX;
  height: 600px;
  position: relative;
  left: 2rem;
  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;
}

.footer {
  background: #D9D5D0;
  width: 100%;
  padding: 10px;
  display: flex;
  border-right: 2px solid white;
  border-top: 4px solid white;
  border-left: 2px solid white;
  box-sizing: border-box;
  font-family: hearts;
  color: black;
  font-size: 2.50em;
  position:fixed;
  left:0px;
  right:0px;
  bottom:0px;
  height:60px;
  
}
  