html { 
  background: url(ocean_peach_sky.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font: Helvetica;
}

.quote {
color:white;
text-align: center;
font-size: 60px;
position: fixed;
bottom: 0px;
margin-left: 30px;
margin-bottom: 30px;
}

.quote-text {
font-size:75%;
}

.quote-author {
font-size:50%;
}

p {
	margin: 10px;
}

iframe {
	height: 500px;
	width: 300px;
	overflow: hidden !important;
}

.btn-register {
	background-color: blue !important;
}