body {
  max-width: 40em;
  text-align: left;
  margin: 0 auto;
  padding: 5px;
  font-family: "Portrait Text Web","Times New Roman",serif;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  background-color: rgb(14, 21, 41);
}
h1, h2 {
  font-family: "Portrait Text Web","Times New Roman",serif;
  font-weight: normal;
  text-align: center;
  line-height: 1.05;
}
h3 {
  font-family: "Portrait Text Web","Times New Roman",serif;
  font-weight: bold;
  text-align: center;
}
a {
  color:  #e3f988;
  transition: color 0.3s ease;
  text-decoration: none;
}
a:hover {
  color:#228b22 ;
}
hr {
  background-color:  #e3f988;
  padding: 2px;
  text-align: center;
}
/*Divs*/
.centered_div {
 text-align: center;
}
/*Image styling*/
.centered_img {
  margin: auto;
  max-width: 100%; 
  max-height: 100%; 
  width: 1218px;
  height: 1218px;
}
ul {
  list-style-type: circle;
  margin-left: 20px;
  padding: 0;
}
