
@font-face {
   font-family: Noto;
   src: url(NotoSerif_SemiCondensed-ExtraLight.ttf);
}

h1 {
   font-family: "Noto";
   color: #000000;
   font-size:40px; 
   text-align: center;
}

h2 {
   font-family: "Noto";
   color: #000000;
   font-size: 30px; 
   text-align: center;
   margin: 0;
}

h3 {
   font-family: "Noto";
   color: #EF9B0F;
   font-size: 25px; 
   text-align: center;
}

#footer {
   padding: 6px 40px 6px 40px;
   font-family: "Noto";
   color: #606060;
   font-size: 15px;
   text-align: right;
}