@font-face {
    font-family:"Old sans serif";
    src: url("src/ms_sans_serif.ttf") format("truetype");
}

* {
    box-sizing: border-box;
}

body {
    background-image: url("src/download.png");
    background-repeat: repeat;
    font-smooth: never;
    font-family: 'Old sans serif';
    color: white; 
    letter-spacing: 1px;
    background-color: black;
}
header {
    padding: 1px;
    /*background-color: yellow;*/
    background-image: url("baner1.png");
    background-size: 100% 100%;
}

h2 {
    font-size: 48px;
    color: white;
    text-align: center;
}
h3 {
    font-size: 20px;
    color: white;
    text-align: center;
}

h4 {
    font-size: 32px;
    color: green;
    left: 40px;
    position: relative;
    height: 8px;
}


nav {
    float: left;
    width: 20%;
    /*background: #000000;*/
    padding: 20px;
    height: 98vh;
    border-style: double;
    overflow-x: hidden;
    overflow-y: scroll;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav li {
    margin: 24px 0;
    text-align: center;
    font-size: 18px;
}

nav p {
    margin: 4px 0;
    text-align: center;
    font-size: 18px;
    color: white;
}

nav img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

article {
    float: left;
    padding: 20px;
    width: 80%;
    overflow-y: visible;
    overflow-x: hidden;
    height: calc(98vh - 64px);
    max-height: calc(98vh - 64px);
}

a {
    color: blue;
}

.headimg {
    margin: 0 15px 0 0;
    position: absolute;
    width: 32px;
    left: -40px;
}

.aimg {
    width: 64px;
    float: left;
}

.imgpost {
    height: 96px;
}

footer {
    padding: 10px;
    text-align: center;
    color: white;
    
}

footer img {
    padding: 5px;
}

footer p {
    color: greenyellow;
}
footer a {
    color: greenyellow;
}

.construction {
    height: 50px;
    max-height: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.center {
  margin: auto;
  width: 620px;
  border: 0px solid #000;
  padding: 10px;
}

.flashgame {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}