@import url('https://googleapis.com');

body {
  background-color: #550000;
  color: black;
  font-family: Verdana;
}

.parent {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.headerbar {
  background-color: #fbf5e9;
  color: black;
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-style: normal;
  padding: 20px;
  border-radius: 5px;
  max-width: 900px; width: 100%;
}

.div1 {
  background-color: #fbf5e9;
  color: black;
  font-family: 'Work Sans', sans-serif;
  padding: 20px;
  border-radius: 5px;
  max-width: 900px; width: 100%;
}

.footer {
  background-color: #fbf5e9;
  color: black;
  font-family: 'Work Sans', sans-serif;
  padding: 20px;
  border-radius: 5px;
  max-width: 900px; width: 100%;
}

.div1 button {
  background-color: #1a1a1a;
  color: #fcfaf2;
  border: 2px solid #1a1a1a;
  padding: 10px 20px;
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  margin: 5px;
  transition: all 0.2s ease;
}

.div1 button:hover {
  background-color: #8b0000;
  border-color: #8b0000;
}

.headerbar h1 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 4.5rem); 
  line-height: 1.1;
  margin: 0 0 10px 0;
}

.div1 h2, h3, h4, h5, h6 {
  font-family: 'Work Sans', sans-serif;
  margin: 0;
}

.footer h2, h3, h4, h5, h6 {
  font-family: 'Work Sans', sans-serif;
  margin: 0;
}