body {
  margin: 0;
  font-family: Georgia, Serif;
}

header {
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

h1 {
  color: rgb(106, 100, 100);
  font-size: 25px;
  margin: 0;
}

h2 {
  color: rgb(104, 13, 146);
  font-size: 32px;
  margin: 0;
}
h3 {
  color: rgb(104, 13, 146);
  font-size: 32px;
  margin: 0;
}
style {
  margin-top: 80px; /* Adjust the value as needed to create the desired amount of space */
}
