body {
    font-family: PressStart2P-Regular;
	background-color: #1B5E20; /* green 9 */
    display: flex;
    flex-direction: column;
    align-items: center;
	margin: 0;
	padding: 0;
}

header {
    width: 100%;
}

main {
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
	margin: 0;
    box-sizing: border-box;
	background-color: #4CAF50; /* green 5 */
}

section {
    background-color: #C8E6C9; /* green 1 */
    border: 3px solid #1B5E20; /* green 9 */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 1%;
    text-align: center;
	width: fit-content;
	margin-left: auto;
    margin-right: auto;
	margin-top: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
}

h1 {
    font-family: SuperMario256;
    text-align: center;
	color: #C8E6C9; /* green 1 */
    font-size: 150%;
}

h2 {
    font-family: PressStart2P-Regular;
    text-align: center;
	color: #1B5E20; /* green 9 */
    font-size: 100%;
}

h3 {
    font-family: PressStart2P-Regular;
    text-align: center;
	color: #C8E6C9; /* green 1 */
    font-size: 75%;
}

footer {
    width: 100%;
	box-sizing: border-box;
	}

a {
    color: #388E3C; /* green 7 */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
  	font-family: PressStart2P-Regular;  
  	color: #1B5E20; /* green 9 */
    font-size: 75%;
}

@font-face {
  font-family: SuperMario256;
  src: url("SuperMario256.ttf"); /* IE */
  src: local('SuperMario256'), url('SuperMario256.ttf') format('truetype'); /* others */
}

@font-face {
  font-family: PressStart2P-Regular;
  src: url("PressStart2P-Regular.ttf"); /* IE */
  src: local('PressStart2P-Regular.ttf'), url('PressStart2P-Regular.ttf') format('truetype'); /* others */
}
