body {
    background-color: #83ff3b;
    background-image: url('/images/site/image2.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #092e05;
    display: flex;
    justify-content: center;
    margin: 0;
}

@font-face {
    font-family: 'Dookie';
    src: url('/fonts/gddookie.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

#wrapper {
        max-width: 1000px;
        margin: 0 auto;
}

header {
    font-family: gddookie;
    display: inline-block;
    transform: scaleY(1.2);
    justify-self: center;
    text-align: center;
    font-size: 70px;
    line-height: 50px;
    z-index: 999;
}

.header svg {
    position: relative;
    height: 400px;
    overflow: hidden;
    z-index: 1000;
  }

.nav {
    position: sticky;
    top: 0;
    background-color: #092e05;
    border: #83ff3b outset 2px;
    color: aliceblue;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    padding: 10px;
    width: 1000px;
    font-size: 25px;
    text-align: center;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    position: sticky;
    z-index: 998;
    pointer-events: auto;
    margin-top: 250px;
}


.nav a {
    display: inline-block;
    transform: scaleY(1.3);
    color: #ff49de;
    transition: 0.3s;
}

.nav a:hover {
    display: inline-block;
    transform: scaleY(1.3);
    color: #49ff5e;
    transition: 0.2s;
}


main {
    margin-top: -10px;
    margin-left: 25px;
    background-color: antiquewhite;
    border: #092e05 inset 2px;
    color: black;
    font-family: verdana;
    justify-self: center;
    text-align: left;
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
    max-width: 890px;
    width: 100%;
    position: sticky;
    z-index: 997;
    padding-left: 60px;
    padding-right: 60px;
    height: 1500px;
}

.newsbox {
    background-color: rgb(220, 208, 193);
    justify-self: left;
    max-width: 500px;
    padding: 40px;
    font-size: small;
}

.newsbox h2 {
    margin-top: 0px;
}

a {
    color: #006c09;
}

.emphasis {
    font-family: gddookie;
    color: #ff49de;
    font-size: 30px;
    text-shadow: 2px 2px black;
}

main h1, h2, h3 {
    display: inline-block;
    transform: scaleY(1.3);
    color: #317b12;
    font-family: gddookie;
}

main h1 {
    display: inline-block;
    transform: scaleY(1.3);
    color: #317b12;
    font-family: gddookie;
    font-size: 50px;
    text-shadow: 2px 2px black;
    margin-left: -30px;
}

main h2 {
    display: inline-block;
    transform: scaleY(1.4);
    color: #1d4a0a;
    font-family: gddookie;
    font-size: 40px;
}

main h3 {
    display: inline-block;
    transform: scaleY(1.4);
    color: #317b12;
    font-family: gddookie;
    font-size: 30px;
}

time {
    font-size: 10px;
    color: rgb(124, 116, 105)
}