.h21 {
  text-align: right;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 40px;
  color: #00009a;
  font-size: 75px;
}
.h31 {
  font-size: 50px;
  margin-left: 10px;
  text-align: center;
  border-style:groove;
  border-color:#00c2ff;
  background-color:#032f83;
  padding: 5px;
  font-family: serif;
  color: azure;
}
.h32 {
  font-size: 60px;
  margin-left: 10px;
  text-align: center;
  border-style:groove;
  border-color:#00c2ff;
  background-color:#78a2f4;
  padding: 5px;
  font-family: serif;
  color: azure;
}
.cite1 {
  color: #656565;
  font-style: italic;
  margin: 20px;
  text-align: right;
  font-size: 25px;
}
.cite2 {
  color: #656565;
  font-style: italic;
  margin: 20px;
  text-align: left;
  font-size: 25px;
}
.image1 {
  float: right;
  height: 520px;
  margin: 20px;
  border-style: dashed;
  border-color: #003dff;
  border-width: thick;
  width: 1500px;
  border-radius: 50px;
  background: white;
}
.image2 {
  float: left;
  height: 400px;
  width: 600px;
  background: white;
  border-radius: 50px;
  border-style: dashed;
  border-color: #003dff;
  border-width: thick;
}
.a3 {
  border-style:none;
  border-color:aquamarine;
  background-color:aquamarine;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding: 0px;
  font-family: serif;
  letter-spacing: 0px;
  font-size: 0px;
}
a {
  border-style:ridge;
  border-color:#14d4dc;
  background-color:rgba(20, 197, 220, 0.13);
  margin-bottom: 5px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px;
  font-family: serif;
  letter-spacing: 2px;
  font-size: 50px;
}
p{
  color: #000000;
  font-family: serif;
  font-size: 40px;
  text-align: center
}
h1{
  text-align: center;
  font-family:serif;
  font-size: 150px;
  color: #0d73bd; 
  text-shadow: 3px 3px #04c3ca;
  margin-bottom: 0px;
}
img{
  border: 15px solid;
  border-color: #0d73bd;
  width: 1000px;

}
ul {
  font-size: 30px;
}
body {
  margin-left: 20px;
  background-color: aquamarine;
}

hr {
  margin-bottom: 20px;
  height: 2px;
  background-color: #0200ff;
  border-color: #0200ff;
}
h2 {
  font-size: 45px
}