@font-face {
    font-family: Bandeins Strange Variable;
    src: url(bandeins-strange-variable.ttf);
}

body {
  font-family: Bandeins Strange Variable;
  font-size: 60px;
  line-height: 1.5;
  
  background-color: #000;
  color: #fff;
  margin: 50vh 40px 40px 40px;
}

h1 {
  
  position: fixed;
  top: 80px;
  left: 80px;
  
   font-variation-settings: "wdth" 100 , "wght" 100;
  
  z-index: 1;
}

nav {
  position: fixed;
  top: 80px;
  right: 80px;
  
  z-index: 1;
}


a {
  margin-right: 30px;
  text-decoration: none;
  color: #fff;
  font-variation-settings: "wght" 100, "wdth" 100;
  
   transition: font-variation-settings 0.2s;
}

a:hover {
  font-variation-settings: "wght" 600, "wdth" 900;
 
}

img {
  width: 100%;
  height: calc(100vh-80px);
  object-fit: cover;
  
  position: sticky;
  top: 40px;
}