html,
body {
  font-family: "Rubik", sans-serif;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.teaser {
  background-color: #1c1d24;
  width: 480px;
  height: 480px;
}

@media screen and (max-width: 768px) {
  .teaser {
    width: 300px;
    height: 300px;
  }
}

.teaser-title {
  font-size: 40px;
}
