body {
  background-color: #FFE6BD;
}

h1 {
  text-align: center;
  font-size: 75px;
  font-family: monospace;
  font-weight: bold;
}

.hlink:link {
  text-align: center;
  font-size: 20px;
  font-family: monospace;
  text-decoration: underline;
  display: inline-table;
  margin-left: 240px;
  margin-bottom: 15px;
  color: #5759C8;
}

.hlink:hover {
  color: #7C00FF;
}

.hlink:visited {
  color: #00196F;
}

p {
  text-align: center;
  font-size: 15px;
  font-family: monospace;
  display: table;
  margin: 50px;
}

hr {
  border: 1px solid #947C63;
  margin-bottom: 15px;
}

.republic, .imperial, .byzantine{
  text-align: center;
  width: 50%;
  max-width: 100%;
  height: auto;
  border: 4px solid #A08863;
  border-radius: 15%;
}

.gallery {
  display: flex;
  flex-direction: column;
  margin: auto;
}

.row {
  display: flex;
  margin-bottom: 10px;
}

#page {
  text-align: left;
  font-size: 20px;
  font-family: monospace;
  text-decoration: underline;
  display: block;
  color: #5759C8;
  margin-bottom: 10px;
}

#page:hover {
  color: #7C00FF;
}

#page:visited {
  color: #00196F;
}
