
html, body {
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: 'SF Pro Text Thin';
  src: url('./fonts/SF-Pro-Text-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

body {
  transform: scale(1.5);
  transform-origin: top left;
  width: 66.6666%;
  overflow-x: hidden;

  background: #f5f5f5;
  margin: 0;
  padding: 0;
  font-family: 'SF Pro Text Thin', sans-serif;
  font-size: 13px;
  font-weight: 100;
  color: #e6007e;
  line-height: 1;
  letter-spacing: -0.04em;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #e6007e;
  text-decoration: none;
}

.nav {
  text-align: center;
  margin-top: 100px;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  width: 470px;
  margin: 0 auto;
  font-size: 13px;
}



.divider {
  width: 470px;
  height: 1px;
  background-color: #e6007e;
  margin: 10px auto 0 auto;
}

.text-block {
  display: flex;
  justify-content: center;
}

.text-box {
  margin-top: 8px;
  width: 470px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.t.gap {
  margin-top: 24px;
}

.t.space {
  margin-top: 24px;
}

.gif {
  margin-top: 36px;
  width: 100%;
  max-width: 360px;
  display: block;
  margin-left: 0;
}

.footer {
  margin-top: 120px;
  font-size: 10px;
  text-align: center;
  color: #e6007e;
}
