@font-face {
    font-family: "Cousine";
    src: url("/fonts/Cousine.woff2") format("woff2");
    src: url("/fonts/Cousine.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Yrsa";
    src: url("/fonts/Yrsa.woff2") format("woff2");
    src: url("/fonts/Yrsa.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: black;
    color: lightSlateGray;
    font-family: "Yrsa", Garamond, serif;
    font-size: 18px;
    margin: 26px;
    line-height: 1.1;
}
h1, h2, h3, h4, h5, h6 {
    color: deepSkyBlue;
    font-family: "Cousine", Courier, monospace;
    line-height: 1.2;
}
h1 {
    font-size: 34px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 20px;
}
.subtitle {
    color: slateGray;
    font-style: italic;
    font-size: 16px;
}
aside {
    background-color: lightSlateGray;
    color: black;
    border-style: solid;
    border-width: 6px;
    border-color: darkSlateGray;
    text-align: center;
    padding: 6px 20px 6px 20px;
    float: right;
    width: 30%;
}
.asideHeading {
    color: midnightBlue;
}
.asideSubtitle {
    color: #36454F;
    font-size: 16px;
}
a:link {
    color: lightPink;
}
a:visited {
    color: lavender;
}
a {
    text-decoration: none;
}
a:hover {
    color: lightGray;
    text-shadow: 1px 1px 3px white;
    font-style: italic;
}
