@font-face {
    font-family: "HalloweenNight";
    src: url(./HalloweenNight.otf) format("opentype");
}
@font-face {
    font-family: "Showtime";
    src: url(./Showtime.ttf) format("truetype");
}

body { 
    font-family: sans-serif; 
    text-align: left; 
} 
  
header { 
    background-color: #333; 
    text-align: center; 
    color: green; 
    padding: 20px; 
    font-size: large; 
} 
  
main { 
    padding: 20px; 
} 