html,
body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  background: #001412;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
}

img {
  max-width: 100%;
}

a {
  color: #ffffff;
}

.page {
  width: 100%;
  max-width: 864px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.hero-link,
.hero-link picture {
  display: block;
  overflow: hidden;
}

.hero-image {
  display: block;
  width: calc(100% + 40px);
  max-width: none;
  height: auto;
  margin-left: -20px;
  border: 0;
  cursor: pointer;
  user-select: none;
  -webkit-user-drag: none;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 34px;
  padding: 28px 12px 2px;
}

.footer-links a {
  margin: 5px 0;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 700;
  text-decoration: underline;
}

.footer-links a:hover {
  text-decoration: underline;
}

.summary {
  margin: 28px auto 0;
  padding: 0 12px;
  max-width: 832px;
  color: #ff0000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.12;
}

@media (max-width: 520px) {
  .footer-links {
    gap: 0 18px;
    padding-top: 22px;
  }

  .footer-links a {
    font-size: 17px;
  }

  .summary {
    font-size: 24px;
  }
}
