html{
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url('Images/background 7.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 50%;
	font-family: sans-serif;
}

.container{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

header#home{
	height: 100%;
	color: white;
	font-size: 18pt;
}

header .buttons{
	text-align: center;
	margin: 20px auto auto;
	background-color: transparent;
	border: 1px;
	border-color: black;
	font-size: 16pt;
	text-decoration: none;
	display: inline-block;
	width: 50%;
}

a {
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	color: white;
	font-size: 16pt;
	padding: 10px 20px 10px 20px;
	border: solid #FF0000 2px;
	text-decoration: none;
}

a:hover {
	background: #FF0000;
	text-decoration: none;
}
