/* [project]/src/css/footer.css [app-client] (css) */
footer {
  margin-top: 50px;
  color: #fff;
  background-color: #000;
  padding: 70px 0;
  position: sticky;
  top: 100vh;
}

footer a {
  color: #aaa;
}


/* [project]/src/css/header.css [app-client] (css) */
header {
  height: auto;
  padding: 20px;
}

nav img {
  max-width: 432px;
  width: 100%;
  height: auto;
}

nav .toplogo {
  width: 50%;
}

.scroll {
  z-index: 0;
  top: 0;
  width: 100%;
  position: fixed !important;
}

nav a {
  color: #b6b6b6 !important;
}


/* [project]/src/app/globals.css [app-client] (css) */
html, body {
  max-width: 100vw;
  height: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}


/*# sourceMappingURL=src_1500ec._.css.map*/
