@font-face {
    font-family: 'dh-font';
    src: url("/Fonts/dhfont.ttf");
}
.wp-site-blocks>.alignright {
    float: right;
    margin-left: 2em;
}
body .is-layout-grid>* {
    margin: 0;
}
body {
    background-color: black;
    color: lightgray;
    font-family: sans-serif;
    font-size: 1.0625rem;
    letter-spacing: 0.011rem;
    line-height: 1.765;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
}
h1,
h2 {
    color: lightgray;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: underline;
}
h1 {
    font-family: sans-serif;
    font-size: 1.875rem;
    line-height: 2.1875rem;
    margin-bottom: 1.5625rem;
}
h2 {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.875rem;
    margin-bottom: 0.9375rem;
}
.dh {
    font-family: dh-font;
}
.logo {
    font-family: dh-font;
    font-size: x-large;
    font-weight: bolder;
    color: white;
    text-decoration: none;
    text-shadow: -3px 2px 3px rgb(105, 105, 105);
    text-align: center;
    position: fixed;
    right: 10px;
}
.logo:hover {
    font-size: 1.55rem;
}