html {
  overflow-x: hidden;
  overscroll-behavior-y: none;
}


body
{
    background-color: darkolivegreen;
    background-image: linear-gradient(darkolivegreen, darkolivegreen, rgb(63, 80, 35));
    color: antiquewhite;
}
a
{
    color: darkblue;
}

p {
    font-size: 16pt;
}

h1, h2, h3, p{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
header
{
    padding-top:    100px;
    padding-bottom: 0px;
    padding-left:   20%;
    padding-right:  20%;
}
h1, h2{
    filter: blur(1px) url(#filter);
    letter-spacing: 2px;
}
article
{
    padding-top:    100px;
    padding-bottom: 100px;
    padding-left:   20%;
    padding-right:  20%;
}

article:target
{
    background-image: radial-gradient(rgba(255, 255, 255, 0.120), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-size: 90% 90%;
    background-repeat: no-repeat;
    background-position: center;
}

.headeranchor
{
    color: antiquewhite;
}

h2 {
    font-style: oblique;

}
a {
    border-bottom:1px solid rgba(250, 235, 215, 0.305);
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.byline
{
    margin-top: -15px;
}

a:hover
{
    filter: blur(2px)
}
asterism-symbol
{
    font-size: 30pt;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    filter: blur(1px) url(#filter);
}

svg {
    position: absolute;
    top: 0;
}