@font-face {
  font-family: Norse-Regular;
  src: url(../fonts/norse-regular.otf);
}

body, html {
  height: 100%;
  margin: 0px;
  color: #908575;
  background: #345;
  background-image: url("../images/daytime_rivers.webp");
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.banner {
  font: 50px Norse-Regular;
}
