body{
	margin: auto;
	background-color: #FFF8CF;
	color: gold;
}

h1{
	text-align: center;
	font-size: 105px;
	font-family: 'Slabo 27px';
}

h2{
	text-align: center;
	font-size: 92px;
	font-family: 'Slabo 27px';
	margin-top: 15px;

}

h3{
	text-align: center;
	font-size: 64px;
	font-family: 'Slabo 27px';
}

h4{
	text-align: center;
	font-size: 64px;
	font-family: 'Roboto';
  	font-weight: 400;
  	margin-top: 250px;
  	color: orange;
}
p{
	margin-top: 10px;
	text-align: center;
	color: orange;
	font-family: 'Roboto';
  	font-weight: 400;
  	font-size: 34px;
  }

#title4{
	margin-left: 15px;
	margin-right: 15px;
}

#bottomBar p{
  	font-size: 24px;
}

.list{
	width: 80%;
	margin: auto;
    font-size: 32px;
}

#title1{
	position: relative;
	padding-top: 100px;
}

#how{
	margin-bottom: -50px;
}

#mainPic{
	position: fixed;
	left: 50%;
    transform: translateX(-50%);
    top: 30%;
	width: 800px;
	height:800px;
	border-radius: 50%;
	background-color: grey;
	margin: auto;
	border: solid white 10px;
}

#instructionPic{
	position: relative;
	left: 50%;
    transform: translateX(-50%);
    top: 30%;
	height:400px;
	border-radius: 10%;
	margin: auto;
	border: solid white 10px;
}

#circleSet{
	height: 20px;
	left: 50%;
    transform: translateX(-50%);
  	position: fixed;
  	bottom: 300px;
  }

.circle{
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: solid gold 2px;
	margin: 15px;
	display: inline-block;
}


#pageOne #circle1{
	background-color: gold;
}

#pageTwo #circle2{
	background-color: gold;
}
#pageThree #circle3{
	background-color: gold;
}
#pageFour #circle4{
	background-color: gold;
}
#pageFive #circle5{
	background-color: gold;
}

#bottomBar{
	background-color: gold;
	height: 150px;
  	position: fixed;
  	bottom: 0;
  	width: 100%;
  	color: white;
}