@font-face {
  font-family: pixelatedfont; /* set name */
  src: url(https://olizine.neocities.org/ByteBounce.ttf); /* url of the font */
}

body {
    background-image: url(https://olizine.neocities.org/f5034ad3530b06d2daa61c23d3a48652.jpg);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .main-iframe{
    width: 70%;
    margin: 50px auto 50px auto;
  }
  

  h1, h2{
    color: #A2BDE0;
  }
  
  
  header{
    background-color: #aed581;
    border-style: solid;
    border-width: 8px;
    border-color: #33691e;
    border-radius: 15px;
    width: 55%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  
.main-page-text-block {
  background-color: #02080F;
  width: 70%;
  margin-top: 30px;
  margin-left: 15px;
 display: block;
 font-family: pixelatedfont;
 color: #A2BDE0;
 font-size: 30px;
}

