@font-face{
    font-family: Siraha;
    src: url(font/Siraha-Regular.ttf);
}
@font-face{
    font-family: Noto-Serif;
    src: url(font/NotoSerif-VariableFont_wdth,wght.ttf);
}


body{
    background-color: firebrick;
    color: white;
    font-family: serif;
    margin: 1em;
    text-align: center;
    line-height: 1.2;
}
h1{
    font-size: 40px;
}
a{
    color: antiquewhite;
    text-decoration: none;
}
.subheading{
    text-align: center;
}
#content{
    max-width: 40em; 
    margin: auto;
    text-align: justify;
}
#header{
    font-size: 1.25em; 
    padding: 1em 0em; 
    text-align: center;
}