* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
}

body {
  font-family: 'Bitcount', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #ffffff;
  background: transparent;
}

.about {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  padding: 40px 60px 40px 320px;   
  max-width: 1000px;
}

.about-head {
  font-size: 2.6rem;
  line-height: 1.3;
}
#age-counter {
  color: #ffffff;                 
}
.about-text {
  font-size: 1.4rem;
  opacity: 0.85;
  line-height: 1.7;
  max-width: 560px;
}