body {
  background: url(imgs/bg/bluedot.gif);
  color: black;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

#hi {
  height: auto;
  width: 500px;
  margin: auto;
  margin-top: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}