/* .masthead-block {
  padding: 60px;
  background-color: #f0f0f0;
  border-radius: 12px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

.masthead-block h1 {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
}

.masthead-content {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.masthead-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #0073e6;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s;
}

.masthead-button:hover {
  background-color: #005bb5;
} */
