html {
	height: 100%;
	width: 100%;
	background-color: #424549;
	color: white;
	text-align: center;
}

.Buttons {
	text-align: center;
}


.Header {
	text-align: center;
	color: white;
	background-color: #36393e;
	border-radius: 10px;
	border-style: dashed;
	border-width: 1px;
	text-align: center;
	font-size: 20px;
	width: 50%;
	translate: 50%;
}

.main {
	padding: 20px;
	color: white;
	background-color: #36393e;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
	width: 75%;
	margin: auto;
}

button {
	border: dashed;
	border-radius: 20px;
	border-width: 1px;
	color: white;
	background-color: #36393e;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

.copyright {
	text-align: left;	
}