@font-face {
  font-family: "Perfect DOS";
  src: url("https://hatsuneredleader.neocities.org/fonts/perfectdos.ttf");
  }
  
@font-face {
  font-family: "VCR OSD Mono";
  src: url("https://hatsuneredleader.neocities.org/fonts/ultrakill.ttf");
  }

body {
  background-image: linear-gradient(#a6bded, white);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  font-family: "Perfect DOS";
  text-align: center;
  color: #1a1a47;
  }
  
h1 {
  font-family: "VCR OSD Mono";
  text-align: left;
  }
  
.headerbox {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: flex-start;
  background-image: linear-gradient(#3d53bf, #467ad4);
  border: 2px solid #332f99;
  padding-left: 50px;
  margin: 0;
  }