@charset "UTF-8";
/* CSS Document */

*{ /* affects all elements of the whole page */
	/*get rid of default padding and various other elements*/
	padding: 0;
	margin: 0;

}

html{ /* does the whole page */
	background-color: rgba(172,43,45,0.9);
	
}

body {
  position: relative;
	align-content: center;
}


h1.top_of_page{
	background-image: linear-gradient(red, yellow, green);
	align-content: center;
	text-align: center;
	font-size: 110px;
	position:relative;
	font-family: cursive;
	padding-top: 20px;
	padding-bottom: 20px;
}

iframe.gif01{
	object-fit: contain;
	
	height: 800px;
	width: 49.5%;
	align-content: center;
	padding-left: 25%;
	padding-right: 25%;
	padding-top: -30px;
	border: 3px solid rgba(172,43,45,0.1);
	
}