/* @font-face { */
    /* font-family: "Yas"; */
    
/* } */

@font-face {
    font-family: "Yas";
    src: url("/Yas.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Yas";
    src: url("/Yas Bd.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}@font-face {
    font-family: "Yas";
    src: url("/Yas It.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}@font-face {
    font-family: "Yas";
    src: url("/Yas BdIt.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}
/* :lang(en) { */
    /* font-family: Arial; */
    /* font-size: 1.05em; */
/* } */
body {
    font-family: Yas;
    font-size: 1.1em;
}
    
/* } */
/* .MJX-TEX { */
    /* font-size: 0.5em; /\* Inherit font size from the parent *\/ */
/* } */

.header {
    max-width: 60em;
    margin: auto;
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
    /* margin: auto; */
    margin-bottom: 1em;
    /* width: 70%; */
    text-align: center;
    /* background-color: lightgrey; */
    /* padding: 0.5em; */
    /* position: relative; */
    /* justify-content: center; */
    /* background-color: purple; */
    /* text-align: center; */
}

.header .nav {
    align-self: left;
    display: inline-block;
    float: left;
    /* margin-left: 0px; */
    /* padding-left: 0px; */
    /* position: relative; */
    /* justify-self: left; */
    /* margin-right: auto; */
}

.header .nav a {
    color: #3498db;
    text-decoration: none;
    font-weight: bold;
    padding: 0.5em;
    margin: 1em;
}

#postamble {
    display: flex;
    text-align: center;
    /* width: 70%; */
    max-width: 60em;
    align-items: center;
    margin: auto;
    padding: auto;
}
body {
    background-color: #1d1e20
    text-color: #dadadb;
}


aside{
    float:right;
    background-color: lightgoldenrodyellow;
    position: absolute;
    left: 100%;
    min-width: 15em;
    padding: 0.5em;
}
#content {
    position: relative;
}

/* .content { */
    /* display: flex; */
    /* width: 80%; */
    /* margin: auto; */
/* } */
