body {
    background: rgb(235,235,235);
    font-family: 'Courier New', Courier, monospace;
    color: rgb(10,10,10);
    padding-left: 5px;
}

/* Divs */
#banner {
    position: fixed;
	top: 0px;
    right: 0px;
	width: 5%;
}

#banner img {
    position: fixed;
    top: 0px;
	right: 0px;
    width: 7.5%;
    /* border-style: solid;
    border-width: 2px;
	border-color: white; */
}

#bannerbottom {
    position: fixed;
    bottom: 1px;
    width: 100%;
    height: auto;
    background-color: rgb(146,208,80);
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

/* Fonts */

h1 {
    font-size: 3vw;
}

h2 {
    padding-top: 0px;
    font-size: 0.75vw;
    font-weight: lighter;
    padding-bottom: 1px;
}

h3 {
    font-size: 1.5vw;
    font-style: italic;
    text-align: center;
}

h4 {
    font-size: 0.9vw;
    font-style: italic;
    text-align: center;
}

p {
    text-align: center;
    font-size: 0.9vw;
}
