* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: 'Source Code Pro', 'Courier New', Courier, monospace;
  font-weight: 500;
}

body {
  background-color: #0f0f0f;
  color: white;
}

pre {
  font-size: 18px;
  line-height: 23px;
}

h2 {
  width: 1240px;
  color: #444;
  text-align: center;
  font-size: 64px;
}

.acidGreen {
  color: #d4ff00;
}

.electricBlue {
  color: #1d21fe;
}

.magenta {
  color: #ff00dd;
}

.glyphsSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  width: 100%;
  padding: 80px 100px;
  background: #828282;
}

.glyphsSamples {
  width: 1240px;
  color: #000;
  font-size: 42px;
  line-height: 53px;
}

.fontFeaturesSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  width: 100%;
  padding: 100px 0;
}

.fontFeatures {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  width: 100%;
}

.fontFeaturesRow {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 60px;
  width: 100%;
  min-width: 1336px;
  padding: 0 60px;
}

.fontFeatureDivider {
  width: 4px;
  height: 265px;
  background-color: #2c2c2c;
}

.fontFeature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 546px;
  min-width: 546px;
}

.fontFeatureText {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}

.fontFeatureFigure {
  position: relative;
}

.fontFeatureFigureLines {
  position: absolute;
  z-index: 0;
  top: 48px;
  left: 0;
  width: 100%;
  height: 104px;
  border-top: 4px solid #2c2c2c;
  border-bottom: 4px solid #2c2c2c;
}

.fontFeatureFigureText {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 150px;
  line-height: 189px;
}

@media (max-width: 1336px) {
  h2 {
    font-size: 46px;
    line-height: 58px;
  }

  .glyphsSection {
    gap: 42px;
    padding: 56px 70px;
  }

  .glyphsSamples {
    width: 882px;
    font-size: 30px;
    line-height: 38px;
  }

  .fontFeaturesSection {
    gap: 70px;
    padding: 70px 0;
  }

  .fontFeatures {
    gap: 70px;
  }

  .fontFeaturesRow {
    gap: 42px;
    min-width: 947px;
    padding: 0 42px;
  }

  .fontFeatureDivider {
    width: 3px;
    height: 188px;
  }

  .fontFeature {
    gap: 12px;
    width: 388px;
    min-width: 388px;
  }

  .fontFeatureText {
    font-size: 17px;
    line-height: 21px;
  }

  .fontFeatureFigureLines {
    top: 34px;
    height: 72px;
    border-top: 3px solid #2c2c2c;
    border-bottom: 3px solid #2c2c2c;
  }

  .fontFeatureFigureText {
    font-size: 106px;
    line-height: 133px;
  }
}
