

@font-face{
	font-family:"Pitch";
	src: url("PitchSansTest-Light.woff") format("woff");
}

body{
	background-color:#FAF3E2;
	color:black;
	font-family:"Pitch";
	font-size:20pt;
}

.bright{
	background-color: #D1EA4B;
}

.bright2{
	background-color:#F94A93;
}

.bright3{
	background-color:#FC794A;
}

.bright4{
	background-color:#0073F8;
}

.black1{
	background-color:black;
}

.white1{
	color:white;
}

.black2{
	background-color:black;
}

.white2{
	color:white;
}

.black3{
	background-color:black;
}

.white3{
	color:white;
}

.white4{
	color:white;
}
.black4{
	background-color:black;
}

.page{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;

}

.text1{
	position: relative;
	padding-left:auto;
	padding-right: auto;
	width:50%;
	left:25%;
	top:10px;
	text-align: center;
}

.text2{
	top:30px;
	position: relative;
	width: 50%;
	text-align: center;
}


.text3{
	top:30px;
	position: relative;
	left:50%;
	width:50%;
	text-align: center;
}

.text4{
	top:30px;
	position: relative;
	width: 50%;
	text-align: center;
}

.text5{
	top:30px;
	position: relative;
	left:25%;
	width:50%;
	text-align: center;
}

.text6{
	top:30px;
	position: relative;
	left:50%;
	width: 50%;
	text-align: center;
}


.text7{
	top:30px;
	position: relative;
	width:50%;
	text-align: center;
}

.text8{
	top:30px;
	position: relative;
	left:50%;
	width: 50%;
	text-align: center;
}

.text9{
	top:30px;
	position: relative;
	left:25%;
	width:50%;
	text-align: center;
}

.button{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-style: dashed;
	border-width: 1px;
	border-color: black;
	position: relative;
	left:85%;
	top:100px;
	color:pink;
}





