h1 { 
    font-family: Papyrus, fantasy;
    font-size: 44px; font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 46.4px;
    color: #4B0082;
}
h2 { 
    font-family: Papyrus, fantasy;
    font-size: 24px; font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
    color: #4B0082;
}
img.photo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border: 5px;
  
    margin-top: 10px;
    margin-bottom: 10px;
}
img.floatphoto {
    float: left;
    margin: 0 15px 0 0;
    display: inline-block;
}
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4B0082;
  color: white;
}
body {
  border: 2px solid #4B0082; /* Sets a 2px wide, solid, blue border */
  margin: 10px;
  padding: 10px;
}