body {
  background-color: #1e1e1e;
  color: #d4d4d4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}
#header1 {
  background-color: #1e1e1e;
  color: #d4d4d4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

