._185fn380 {
  padding: 3rem var(--grid-margins);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 15rem - var(--topbar-height))
}

._185fn381 {
  text-align: center;
  font-size: 32px
}

._185fn382 {
  background-color: #eee;
  color: #222;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer
}

@media screen and (max-width:1024px) {
  ._185fn380 {
    height: 70vh
  }
}