body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow-x: hidden;
	background-color: #242424;
	font-family: sans-serif;
}

#main {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(images/nightsky.webp);
	display: table;
}

#text {
	display: table-cell;
	vertical-align: middle;
	color: white;
	text-shadow: 3px 3px 1px black;	
	text-align: center;
}

.title {
	margin: 0;
	font-size: 40px;
	font-weight: normal;
}

.subtitle {
	margin: 0;
	font-size: 25px;
}

#buttons a.green {
	background: #3f803f;
}

#buttons a.green:hover {
	background: green;
}

#buttons a:hover {
	background: #666565;
}

#buttons {
	width: 300px;
	margin: auto;
}

#buttons a {
	display: inline-block;
	margin-top: 5px;
}

#second {
	height: 100%;
	width: 90%;
	padding: 30px 30px;
	color: white;
	font-family: sans-serif;
}

#second a {
	color: lightblue;
}

#post {
	background: darkgrey;
	color: black;

	text-align: center;
	padding: 10px;
	margin: auto;
	margin-top: 20px;
}

#post p {
	font-size: 20px;
}

#post hr {
	display: none;
}

.email {
	vertical-align: middle;
}
