body{
    margin: 0;
    padding: 0;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 2.5em;
    color: #222120;
    background-color: rgb(163, 34, 33);
}
body::after {/*
    content: "";
    background: transparent url(bg.png) center center;
    opacity: 0.1;
    top: 10%;
    left: 0;
    bottom: 10%;
    right: 10%;
    position: absolute;
    z-index: -1;
    background-size: contain;
    background-position: top right;
    filter: blur(6px) drop-shadow(16px 16px 20px white);*/
    /* background-repeat: no-repeat; */
}
img{
    max-width: 100%;
    height: auto;
}
h1 {
    font-size: 22px;
}
h1 span{
    font-family: "Times New Roman", serif;
    font-size: 1.5em;
}
a {
  color: rgb(163, 34, 33);
}
a.pn {
    color: #222120;
    text-decoration: none;
    cursor: text;
}
#container{
    margin: 50px 10px;
    padding-bottom: 200px;
    text-align: center;
}
#container>div {
    max-width: 100%;
    width: 800px;
    padding: 25px;
    margin: 0 auto;
    background: rgb(245, 245, 245);
}
#container p{
	font-size: 16pt;
	line-height: 2.5em;
}
.b{
	font-weight: bold;
}
#wiki {
    margin-top: 600px;
    padding: 5px 15px;
    background: rgba(255,255,255,0.25);
}
.textausbanner {
  display: none;
}


@media only screen and (max-width: 768px) {
    #container {
        margin: 10px 0;
    }
    #container div {
        padding: 10px 0;
    }
}
@media (orientation: portrait) and (max-device-width: 639px) {
  a.pn {
    color: rgb(163, 34, 33);
    cursor: default;
    text-decoration: underline;
  }
}
@media (orientation: landscape) and (max-device-height: 479px) {
  a.pn {
    color: rgb(163, 34, 33);
    cursor: default;
    text-decoration: underline;
  }
}