 @font-face {
    font-family: 'perfect_dos_vga_437regular';
    src: url('https://arivalori.neocities.org/Pixel%20Font/perfect_dos_vga_437-webfont.woff2') format('woff2'),
         url('https://arivalori.neocities.org/Pixel%20Font/perfect_dos_vga_437-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.header {
  
 padding: 154;
 height: auto;
 width: auto;
 background-position: center;
 background-image: url("https://i.postimg.cc/cCkHdgrZ/Website-banner.png");
 background-repeat: no-repeat;

   color: white;
   font-size: 30px;

 }
   .gfg {
            font-size: 40px;
            color: #5c4fa3;
            font-weight: bold;
            text-align: center;
        }

        .nav_tag {
            text-align: center;
            margin: 30px 0;
            font-size: 35px;
        }
 body {
   background-color: #caf532;
   color: black;
   font-family: 'Perfect DOS VGA 437 Regular';
 }

h1{
 font-size: 3em;
font-family: 'Perfect DOS VGA 437 Regular'
}
h2{
font-size: 3em;
font-family: 'Perfect DOS VGA 437 Regular'
}
p{
font-size: -11em;
font-family: 'Perfect DOS VGA 437 Regular'

}