body {
	background-color: #F8F0FF;
}

h1 {
  color:purple;
}
H2 {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0,
    "SHRP" 0;
}
h3 {
  font-family: "Arial";
  font-size: 1.4em;
}
.box {
  border: 3px solid #2107b0;
	padding: 1em;
  background-color: #8324b2;
}
.box2 {
  border: 6px solid #cb3000;
	padding: 1em;
  background-color: #525900;
}
.caption {
  color:white;
  text-align: center;
  font-family: "Acme"; 
  font-size: 1.2em;
}
.prettytext {
  color:red;
  background: linear-gradient(to right, magenta, blue);
  background-clip: text;
	color: transparent;
}
p {
  font-family: "Varela Round", sans-serif;
  font-style: normal;
}
ul {
  font-family: "Varela Round", sans-serif;
  font-style: normal;
}
li {
  font-family: "Varela Round", sans-serif;
  font-style: normal;
}
.centerimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a:link {
	color: #007F99;
}
a:visited {
  color: #D600BD;
}