/* custom styles - landing page */
body {
  background-image: url(/img/Gdansk-riverside-1920.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
}
