@font-face {
    font-family: splat;
    src: url(fonts/BlitzMain.otf) format(opentype);
}



body { 
    background-color: rgba(173, 102, 149, 0.664);
    background-image: url(images/background.jpg);
    background-size: 100%;
}

p { 
    font-family: 'splat', sans-serif;
    font-size: 30px;
}


content img {
  max-width: 940px;
}

.splat2 img {
  width: 64px;
  border-radius: 20px;
  margin: 0;
  position: absolute;
  left: 4px;
  top: 8px; }

.splat2 h1 {
  position: absolute;
  font-family: 'splat';
  font-size: 20px;
  margin: 0;
  padding-left: 10px;
  border-radius: 15px 15px 3px 3px;
  bottom: 105px;
  left: 0px;
  width: 150px;
  height: 28px;
  border-bottom: dashed grey 3px;
  background: #0f1012;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
  background-image: repeating-linear-gradient( 120deg, #242527 0, #242527 25px, transparent 25px, transparent 50px );
  background-repeat: repeat;
  background-position: -42px;
  background-size: 300px;
}



.splat2 {
  width: 581px;
  height: 108px;
  ;
  color: white;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  top: 0px;
  right: 450px;
  border-radius: 0 16px 32px 32px;
  margin: 50px auto 0;
  font-family: splat, monospace;
  background: #0f1012;
    background-image: none;
  background-image: repeating-linear-gradient( 120deg, #242527 0, #242527 25px, transparent 25px, transparent 50px );
  font-weight: 400;
  text-align: left;
}

.splat2 div {
  position: absolute;
  left: 75px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.intro h1 {
  position: relative;
  font-family: 'splat';
  font-size: 30px;
  margin: 0;
  padding-left: 25px;
  border-radius: 5px 5px 5px 0px;
  bottom: 45px;
  width: 225px;
  background-color: rgba(5, 180, 255, 0.426);
  backdrop-filter: blur(4px);
  border-top: 3px solid rgba(179, 0, 255, 0.56);
  border-left:  3px solid rgba(179, 0, 255, 0.56);
}

#introcontainer { 
   color: rgba(20, 3, 57, 0.674);
   height: 480px;
   width: 700px;
   border-top: 1px solid rgba(0, 128, 0, 0.184);
   border-left: 1px solid rgba(0, 128, 0, 0.226);
   border-radius: 32px 32px 32px 32px;
   background-color: rgba(140, 218, 214, 0.185);
   backdrop-filter: blur(4px);
   box-shadow: 3px 3px 3px #324c7f1a;
   position: relative;
   top: 15px;
   left: 350px;
}

.moreinfo h1 {
  color: white;
  position: relative;
  font-family: 'splat';
  font-size: 30px;
  margin-top: -50px;
  padding-left: 10px;

}
.moreinfo p {
  color: white;
  position: relative;
  font-family: 'splat';
  font-size: 25px;
  padding-left: 10px;

}
