.WebContainer {
  width: 100%;
  min-width: 1000px;
  height: auto;
}

.button {
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-family: "Source Code Pro", monospace;
}

body {
  background-color: black;
  color: white;
  font-family: "Source Code Pro", monospace;
  text-align: center;
}

#pfp {
  width: 336px;
  height: 420px;
  border-radius: 25%;
}

.navigation {
  color: white;
  font-size: larger;
  margin: 0px 10px 0px;
}

header {
  margin-bottom: 1rem;
  position: sticky;
  top: 0;
}

#stadshuset {
  border-radius: 50%;
  width: 336px;
}

#dwebInfo {
  font-size: x-small;
}

footer {
  padding-top: 1rem;
}

#ipfsIcon {
  width: 16px;
  height: 16px;
}

#stadshusetMap {
  margin-top: 1rem;
}
