body {
  margin:0;
  padding:0;
  font-family:habbofont,ubuntu x,sans-serif;
  background:#fff;
  color: #000;
}
{{/* header {
    background-color: #333;
    color: #fff;
    padding: 1em 0;
} */}}


nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

nav ul li {
    display: inline;
    margin: 0 1em;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}



footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1em 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

form label {
    margin: 0.5em 0;
}

form input {
    margin: 0.5em 0;
    padding: 0.5em;
    width: 200px;
}

form button {
    padding: 0.5em 2em;
    margin-top: 1em;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
}

form button:hover {
    background-color: #555;
}
body.webBody {
  overflow:auto;
  color:var(--black);
  background:var(--background-new);
  background-attachment: fixed;
  font-size:unset;
  user-select:text;
  z-index: 0;
}
.webBody::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
    pointer-events: none;
    background-repeat: repeat-x;
    background-size: auto;
    background-attachment: fixed;
    background-position: bottom left;
}
.webBody::before {
    background-image: url(../assets/img/city_background_white.png);
}
.black .webBody::before {
    background-image: url(../assets/img/city_background_black.png);
}
.webBody a {
  text-decoration:none;
  color:inherit
}
.webBody div {
  line-height:normal;
  box-sizing:unset
}
.header {
  pointer-events: none;
  position: fixed;
  display: flex;
  top: 20px;
  z-index: 999;
  left: 20px;
  width: calc(100% - 40px);
}