body {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  perspective: 800px;
  font-family: "MS UI Gothic", sans-serif;
  background-image: url("/bg6.gif");
  background-repeat: repeat;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}