@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Poppins:wght@100;300;500;600;700&display=swap');


body {
  font-family: 'Gilda Display', serif;

  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-side {
  width: 50%;
  height: 100vh;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 22px;
}

.left-side img {
  margin-bottom: 15px;
}

.right-side {
  width: 50%;
  height: 100vh;
  background: url(http://viaregia.interdi.com/img/slider/luuk-slider.jpg);
  background-size: cover;
}
