body {
  background-color: #fcf519;
  background-image: radial-gradient(ellipse at left, #fcf519, red, yellow, blue, green);
  text-align: center;
}

h1 {
  background-color: yellow;
  font-family: 'Times New Roman';
  text-decoration: underline;
}
#headerOne {
	color: #9b1fcc;
  text-align: right;
}

#headerOne:hover{
	text-decoration: overline;
}

.changedText {
	color: #f2f207;
  font-family: "Times New Roman";
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  text-shadow: 3px 2px 3px black;
  box-shadow: 5px 5px 5px black;
}

#page-container {
  text-align: center;
}

#radius {
	background-color: #dae80e;
  color: red;
  width: 300px;
  margin: 20px 0px 15px 30px;
  padding-left: 30px;
  padding-top: 10px;
  border: solid blue 3px;
  border-radius: 5% 10% 15% 20%;
}

#Essentials
{
  margin-top: 5px 0px 75px 0px;
}

.boundingBox {
  width: 31vw;
  background-color: white;
  text-align: center;
  font-family: 'Times New Roman',;
  font-size: 15px;
}

#footer {
	height: 100px; 
}