

h1{
	font-family: "collector-comic",sans-serif;
font-style: normal;
font-weight: 700;
  
}

p{
	font-family: "collector-comic",sans-serif;
font-style: normal;
font-weight: 700;
}

#box_1 {
  position: static;
  width: 200px;
  height: 200px;
}

body {
  background-color: lightblue;
	width: 200em;
	height: 100em;
-moz-border-radius: 100px;
   max-width:400px;
}

.oval{
  
	width: 500px;
	height: 300px;
	background: white;
	-moz-border-radius: 500px / 300px;
	-webkit-border-radius: 500px / 300px;
	border-radius: 500px / 300px;
  
  padding:20px;
  position: relative;
  left: 300px;
  top: 550px;
  
}



  
.oval p{ 
margin-top: 100px;
}

.tri{
  width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-right: 100px solid white;
	border-bottom: 50px solid transparent;
  
  position: relative;
  top: 450px;
  left:700px
 
  
}


.slim{
  text-align: center;
  margin-left: auto;
  margin-right:auto;
  width:600pt;
  
	width: 500px;
	height: 50px;
	background: white;
  
}

.oval3{
  width: 200px;
	height: px;
	background: white;
	-moz-border-radius: 100px / 50px;
	-webkit-border-radius: 100px / 50px;
	border-radius: 100px / 50px;
  position: relative;
  left: 700px;
  text-align: center;
  bottom: 800px;
  
  
  
}



.oval2{
	width: 350px;
	height: px;
	background: white;
	-moz-border-radius: 100px / 50px;
	-webkit-border-radius: 100px / 50px;
	border-radius: 100px / 50px;
  position: relative;
  left: 900px;
  bottom: 750px;
  
  
}
p .oval2{
  margin: 0 auto;
  padding: 20px 5px;
}

.oval4{
  width: 350px;
	background: white;
	-moz-border-radius: 100px / 50px;
	-webkit-border-radius: 100px / 50px;
	border-radius: 100px / 50px;
  position: relative;
  left: 550px;
  text-align: center;
 bottom: 700px;
}

.square p{
  width: 500px;
	height: 500px;
	background: white;
  text-align: center;
  position: relative;
  bottom: 450px;
}