body {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-family: "Lacquer", system-ui;
  font-weight: 400;
  font-style: normal;
/*  background-image: url('/images/background.png');
  background-size: stretch;
  background-position: center;
  background-repeat: no-repeat; */
}

.panel {
  border: solid .2em black;
  padding: 1em;
  margin: .7em;
}

.sphori {
  display: flex;
}

main {
  text-align: center;
  max-width: 700px;
}

#navimg {
  height: 10rem;
}

section {
  border: solid .2em black;
  padding: 1em;
  margin: .7em;
}


ul li a {
  text-decoration: none;
}

ul li{
  display: inline;
  margin-right: 1rem;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer {
  width: 700px;
}
