html {
  font-size:24px;
}

body {
    background-color:#031422;
    color: #c7a406;
}

a {
  color:aliceblue;
}
a:visited {
  color:lightgray;
}
a:hover, a:active {
  color:#c9dae7; 
}
div {
  text-align:left;
}
Figure {
  display:inline-block;
  text-align:center;
} 
figcaption {
  font-size:1.1rem;
  width:19ch;
  text-align:center;
}
textarea {
  font-size: 16px;
  font-family:'Times New Roman', Times, serif;
}
h2 {
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
  
}
h1 { 
  font-size:70px;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.gallery-row {
  display: flex;
  flex-wrap: wrap;
}

.venmo-button {
  display:inline-flex;
  align-items: center;
  justify-content:center;
  height: 40px;
  width:96px;
  margin-top: 8px;
  border-radius: 4px;
  background: #009cde;
}