@font-face {
    font-family: 'GreenFuz';
    src: url('GreenFuz.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    
  }
h1 { 
    background-color:#020244;
    color:#f1f173; 
    text-align:center;
    font-family:"GreenFuz";
    font-size:64;
}
h3 {
    text-indent: 2%;
}
body {
    background-color: #020204;
    color:#ffff7b
}
    