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

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

.fullscreen-image {
  background-image: url('Waeggi.jpg');
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100vh;
}

