html { 
  background: url(../img/bg03.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body {
	/*background-color: #565382;*/
	/*background-image: url('bg01.jpg');*/
	/*font-family: 'Merriweather', serif; */
	font-family: 'Lexend Deca', sans-serif;
}
#main {
	width: 650px;
	margin: 0 auto;
	border: 3px solid #bab6ad;
	padding: 30px;
	margin-top: 200px;
	border-radius: 50px 1px;
	background-color: rgba(0, 0, 0, 0.6);;
}
.hidden {
	display: none;
}
h1, a {
	text-align: center;
}
h1 {
	color: #636596;
	letter-spacing: 7px;
}
a {
	color: #EDE9CA;
	letter-spacing: 5px;
	display: block;
    margin: auto;
}
a:hover {
	color: #B3DEB6;
}
