body {
  font-family: Arial, sans-serif;
  margin: 0;
  text-align: center;
  color: white;
  background-image: url("../img/norway-2128137_1920.jpg");
  background-size: 100%
}

header, footer {
  height: 50px;
  background-color: black;
  padding-top: 20px;
}

header {
  position: fixed;
  width: 100%;
  top: 0px;
  margin: 0 auto;
  font-size: 36px;
}

footer {
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 18px;
}

a {
  color: white;
  text-decoration: none;
}