
@font-face {
    font-family: "Junicode VF";
    src: url("./webfiles/JunicodeVFsubset.woff2");
    font-weight: 300 700;
    font-stretch: 75% 125%;
    font-style: normal;
    }

html
    {
    min-height: 100%;
    background: #86aecc; /* Old browsers */
    background: -moz-linear-gradient(top,  #86aecc 0%, #d4e4ef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86aecc), color-stop(100%,#d4e4ef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #86aecc 0%,#d4e4ef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #86aecc 0%,#d4e4ef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #86aecc 0%,#d4e4ef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #86aecc 0%,#d4e4ef 100%); /* W3C */
    } 

body {
/*    background-color: #3543e3; */
    margin: 0 10%;
    font-family: serif;
    font-family: "Junicode VF";
    font-size: 28px;
    font-weight: normal; /* that is, 400 */
    font-stretch: 112.5%; /* that is, semiexpanded */
    }

h1 {
    text-align: center;
    font-family: serif;
    font-family: "Junicode VF";
    text-transform: uppercase;
    margin-top: 30px;

    font-size: 125%;
    font-weight: 700;
    font-stretch: 112.5%; /* that is, semiexpanded */
    }

.annotation {
    font-size: 90%;
    font-weight: 300; /* that is, light */
    font-stretch: 87.5%; /* that is, semicondensed */
    }
