body {
  height: 100vh;
  display: flex;
  justify-content: center;
  font-family: verdana;
  background-color: LightSteelBlue; // RosyBrown or LightSteelBlue or Seashell
}
