/* CSS Document */

#menu{
	display:block;
	min-width: 205px;
}

html, body {
	height: 100%;
	overflow: hidden;
	align-content : center
}
html {
	background-image: url("plane.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.button {
	background-color: #4CAF50; /* Green */
	border: none;
	color: white;
	padding: 16px 32px;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
}
.button1 {
	background-color: white; 
	color: black; 
	border: 2px solid #4CAF50;
}

.button1:hover {
	background-color: #4CAF50;
	color: white;
}
.center-div
{
	 position: absolute;
	 margin: auto;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 width: 20%;
	 background-color: white;
	 border-radius: 10px;
	 border-style: solid;
	 border-width: 1px;
	 border-color: gray;
	 box-shadow: 5px 10px 18px rgba(0, 0, 0, .6);;
}
h3{
	text-align:center; 
	color:#ffffff;
}
p{
	width: 100%;
}
.lol{
	width: 100%;
	display: inline;
}