body {
  background-color: #222021;
  color: white;
}
h1, h2 {
  color: #b6ce80;
}
.parent-container {
  display: grid;
  place-items: center; /* Centers both horizontally and vertically */
}
.hairline-border {
  border: 1px solid #b61f24; 
}
iframe {
  display: block;
  margin: 0 auto;
  width: 600px; /* Set a specific width */
  height: 400px;
}
.smaller {
  font-size: small;
}
