@charset "UTF-8";
/* CSS Document */

body {
    font-family: "Michroma", serif;
	font-weight: 400;
    color: #41FF00;
}
h1 {
    font-family: "Michroma", serif;
	font-size: 2.2rem;
	font-weight: bolder;
	color: #41FF00;
	letter-spacing: 1px;
	margin-bottom: 3rem;
}

h2 {
    font-family: "Michroma", serif;
	font-size: 1.1rem;
	font-weight: bolder;
	color: #41FF00;
	letter-spacing: 1px;
	margin-top: 100px;

}

.sub {
	font-family: "Michroma", serif;
	font-size: 0.9rem;
    color: #41FF00;
	margin-top: 0px;
}

.footer {
            margin-top: auto;
            text-align: center;
            padding: 20px 0;
            background-color: #000000;
            width: 90%;
        }
        .footer a {
            margin: 0 40px;
            text-decoration: underline;
            color: #41FF00;
			line-height: 2em;
        }
        .footer a:hover {
            text-decoration: underline;
        }