/**body**/

body {
    text-align: left;
    background-image: url('GreyStripeBackround.png');
    background-repeat: repeat;
    background-position: left top;
    background-attachment: fixed;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

img {
    padding: .25rem;
}

h1 {
    text-align: center;
    font-size: 4rem;
    color: white;
}

h2{
    font-size: 2rem;
}

h3{
    font-size: 1.5rem;
}

h1, h2, h3 {
	font-family: "Patrick Hand SC", cursive;
    padding-left: .5rem;
    line-height: .5rem;
}

dd, dt {
    padding-left: 1rem;
}

dd {
    padding-bottom: .5rem;
}

p {
    padding-left: .5rem;
    font-size: .85rem;
    font-weight: 300;
}

/**divs**/
#container {
	max-width: 1000px;
	min-width: 500px;
	margin-left: auto;
	margin-right: auto;
    display: flex;
	justify-content: left;
	align-items: left;
	border: 10px double #C7E833;
    border-radius: 25px;
}

#body {
	width: 80%;
	background-color: #C7E833;
	justify-content: left;
	align-items: left;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    height: 500px;
}

#bodystatic{
    height: 125px;
}

#bodyscroller{
    margin: .25rem;
    height: 350px;
    overflow: scroll;
    scrollbar-color: #C700A3 #C7E833;
}

#sidebar {
	width: 30%;
	background-color: #FBFFC7;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

/**footer**/

#footerblock {
	margin-top:1rem;
	max-width: 1000px;
	min-width: 500px;
	margin-left: auto;
	margin-right: auto;
    display: block;
	justify-content: left;
	align-items: left;
	border: 10px double #C7E833;
    background-color: #2F362F;
    border-radius: 25px;
}

.footertext{
    font-size: .55rem;
    color: white;
    font-weight: 600;
    text-align: center;
    line-height: 1rem;
}