* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	align-items: center;
    	background-color: #020001;
	/*
	background-size: 100% 100%;
	background: url('http://i.imgur.com/LLh1Vei.jpg') no-repeat center center ;
	*/
	display: flex;
	font-family: 'Raleway', sans-serif;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

div.container {
	align-items: center;
	align-self: center;
	background: url('http://i.imgur.com/LLh1Vei.jpg') no-repeat center center ;
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	min-height: 800px;
	justify-content: center;
	width: 800px;
}
/*
h1 {
  	color: #fff;
  	font-family: 'Playfair Display', serif;
  	font-size: 19px;
  	font-weight: 900;
  	line-height: 46px;
 	margin: 0 0 30px 0;
  	text-align: center;
  	text-shadow: 0px 2px 4px rgba(34,62,66,.75);
  	width: 50%;
}
*/

a.btn {
	background: linear-gradient(45deg, rgba(255,184,115,0.65) 0%,rgba(255,124,189,0.65) 50%,rgba(108,0,153,0.65) 100%);
	border-radius: 2px;
	box-shadow: 0px 2px 4px rgba(34,62,66,.25);
  	color: #fff;
  	font-size: 18px;
  	letter-spacing: 1px;
  	padding: 16px 32px;
  	text-decoration: none;
  	text-transform: uppercase;
    -webkit-transition: box-shadow 1s ease;
	transition: box-shadow 1s ease;
}

a.btn:hover {
	box-shadow: 0px 4px 4px rgba(34,62,66,.5);
	-webkit-transition: box-shadow 1s ease;
	transition: box-shadow 1s ease;
}
