body {
    background: rgb(7, 121, 58);
}

.parent-container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
  color: white;
  margin: auto;
  margin-block: auto;
  text-align: center;
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}

.running-gif {
    width: 60px;
    height: auto;
}