body {background-image: url(https://i.imgur.com/pXYD1RM.png);
  background-size: cover;
  background-position: center;
  color: white;
  font-family: monospace;
  min-width: 100%;
  overflow: auto;
  scrollbar-width: none;
  overflow-x: hidden;
}

::-webkit-scrollbar {display: none;}
  
  main {align-content: center;
  align-items: center;
  text-align: center;
  text-shadow: 0px 0px 10px;
  justify-content: center;
}

#characters {display: flex;
  width: auto;
}

  footer {text-align: right;
  position: relative;
  right: 10px;}
  
  button {background-color: transparent;
  border-style: none;
  border: none;
  }