        html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {

	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




@font-face { font-family: golf; src: url('Rowdies-Regular.ttf');}













html {
    background-color: #132610;
    font-family: golf;
    font-size: 30px;
    text-align: center;
    overflow: scroll;
    color: white;
    margin: auto;
}
::selection {
    background-color: white;
    color: black
}
#main {
    position: relative; 
    height: auto;
    width: auto;
    margin: auto;
    text-align: center;
    margin-top: 2%;
}
.navbar a {
    color: #ffffff;
    text-decoration: none;
    background-color: #1f3d18;
    border: solid 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px;
padding-top: 3px
}
.navbar a:hover {
    background-color: #ffffff;
    color: #1f3d18;
}
.navbar p {
    display: inline-block;
}


#container2 {
    height: auto;
    width: auto;
    background-color: #1f3d18;
    text-align: center;
    margin: 20px;
}

.container {
    position: auto;
    margin-top: 10px;
    margin-left:auto;
    margin-right: auto;
    width: fit-content;
    display: flexbox;
    color: #ffffff;
    border: solid 3px #ffffff;
    padding-left:10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #1f3d18;
    ;
}

.blog {
    position: auto;
    margin-top: 10px;
    margin-left:auto;
    margin-right: auto;
    width: 700px;
    display: flexbox;
    color: #ffffff;
    border: solid 3px #ffffff;
    padding-left:10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #1f3d18;
    ;
}

.art {
    position: auto;
    margin-top: 10px;
    margin-left:auto;
    margin-right: auto;
    width: fit-content;
    display: inline-flex;
    padding: 0;
    ;
}