@import url('ff-nort-webfont.css');

.content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media all and (max-width: 768px) {
  .content {
    margin-top: 96px;
    height: auto;
  }
}

.message {
  font-size: 53px;
  line-height: 64px;
  font-weight: bold;
  font-family: 'FFNortBold';
}

@media all and (max-width: 768px) {
  .message {
    font-size: 35px;
    line-height: 48px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.return-button {
  display: inline-block;
  font-size: 13px;
  line-height: 48px;
  padding: 0 64px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background: #000000;
  font-weight: bold;
  border-radius: 4px;
  white-space: nowrap;
}
