@font-face {
  font-family: "Neuzeit Grotesk Bold";
  src: url("fonts/NeuzeitGrotesk-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

html, body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Neuzeit Grotesk Bold", sans-serif;
  color: black;
  background: url("images/background.jpg") no-repeat center center fixed;
  background-size: cover;
}

/* ===== Header ===== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}

header a {
  text-decoration: none;
  color: black;
  white-space: nowrap;
  line-height: 1;
}

/* ===== Footer ===== */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
}

#bottom-text {
  white-space: nowrap;
  color: black;
  line-height: 1;
}
