body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#background {
  background-image: url("back.png");
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: fixed;
  top: 0;
  z-index: -1;
}
table {
  float: right;
  /* Optional: Add some margin for spacing */
  margin-left: 30em;
}

h1 {
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.314);
  padding: 10px;
}