body{
  background-image: url("images/background.jpg");
  background-size: cover;
  text-align: center;
}

h1 {
	font-size: 64px;
}

h3{
	font-size: 48px;
}

h1, h3{
	font-family: 'Ranga', cursive;
	color: palevioletred;
	text-decoration: underline;
	border: 10px double darkseagreen;
	border-radius: 15px;
}

p, h2 {
	font-family: 'Shadows Into Light', cursive;
    color: darksalmon;
}

p, a {
	font-size: 24px;
	background-color: rgb(67, 94, 79, 0.8);
	border-radius: 10px;
}

img, video {
  width: 750px;
  border: 10px double darkseagreen;
  border-radius: 5px;
}

.container {
	display: block;
	margin: auto;
	width: 1000px;
}

.scene{
	width: 800px;
    display: block;
    margin: auto;
}
