@charset "UTF-8";
@font-face {
    font-family: LeagueSpartan;
    src: url(/fonts/LeagueSpartan-VariableFont_wght.ttf);
}
@font-face {
    font-family: NotoSans;
    src: url(/fonts/NotoSans-VariableFont_wdth,wght.ttf);
}
dd {
    display: block;
    margin-inline-start: 3vw;
    unicode-bidi: isolate;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
a:link, a:visited {
    color: #223e92
    background-color: transparent;
    text-decoration: none;
    font-family: LeagueSpartan, serif;
    font-weight: 400;
}
a:hover, a:active {
    color: grey;
    background-color: transparent;
    text-decoration: none;
    font-family: LeagueSpartan, serif;
    font-weight: 400;
}
