body {
  margin: 0;
  font-family: 'Playfair Display', serif;
  overflow-x: hidden;
}

/* HERO */
.hero {
  width: 100%;
  height: 100vh;

  background: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb')
              no-repeat center center;
  background-size: cover;
}

/* CONTENT */
.content {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 40px;

  background: white;

  position: relative;
  top: -120px;
  z-index: 10;

  box-shadow: 0 10px 30px rgba(0,0,0,0.2);

  text-align: center;
}

/* SZÖVEG KÖZÉPRE */
h1, p {
  text-align: center;
}

h1 {
  margin-top: 0;
}
