@font-face{
    font-family: "Oswald";
    src: url("Oswald_font/Oswald-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
}

h1{
color:#ffbb00;
text-align:center;
font-family: Oswald;
    font-size: xxx-large;
}

h2{
  font-family: 'Oswald'; 
color: #ffbb00;
    margin-top: 50px;
    margin-bottom: 0;
}

p{
   font-size: 41;
}

body{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 663px;
    background-color:#050424;
    margin-bottom: 80px;
    font-family:Courier New;
    line-height: 2;
     color:#c3d7ff;
    margin-top: 20px;

}

strong{
    color:#a7924d;
}

time{
    line-height: 5;
    font-family: monospace;
}



