body {
	background-color: #424242;
	font-family: andale mono, monospace;
	color: white;
}

.image {
	border-radius: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 10%;
	heigth: auto;
}

h1 {
	color: white;
	text-align: center;
}

h2 {
	color: white;
	text-align: center;
}

h3 {
	color: white;
	text-align: center;
}

table {
        color: #e0e0e0;
        margin-left: 10px;
}

p.1 {
        color: white;
        text-align: center;
}


a {
	text-align: center;
	color: white;
}
