body {
  background-image: url("https://thehoshiverse.neocities.org/assets/homebg.jpg");
  background-repeat: no-repeat;
  background-size: 1355px 800px;
}

header {
  background-color: #cc99ff;
  text-align: center;
  border: 2px solid black;
  border-radius: 12px;
  width: 900px;
  position: relative;
  left: 200px;
}

nav {
  height: 25px;
  background-color: white;
}

.innerbg {
  background-color: rgb(13, 0, 26, 0.5);
  color: white;
  border: 2px solid black;
  border-radius: 12px;
  margin: 20px;
  padding: 20px;
  text-align: center;
}

ul {
  margin: 100px;
}