body {
	background-color: white;
	align : center;
	border-color: powderblue;
}
h1 {
  color: #FFFFFF;
	font-size: 44px;
	font-family: Calibri;
	font-weight: bold;
}
p {
font-size: 34px;
font-family: Times New Roman;
  color: black;
	font-weight: bold;
}
.freetext1{
font-size: 30px;
font-family: calibri;
  color: black;
}
.freetext2{
font-size: 40px;
font-family: calibri;
  color: black;
}
#backpanel{
background-color:c8c7f0;
}
#rcorners1 {
  border-radius: 15px;
  background: black;
  padding: 10px;
  width: 50px;
  height: 10px;
	text-decoration: none;
	color:white;
}