body {
  background-color: midnightBlue;
}

h1 {
  color: grey;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

}
h3 {
  color: grey;
  text-align: center;
    display: flex;
  justify-content: center;
  align-items: center;

}
