html {
  font-size: 62.5%;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  line-height: 1;
  font-weight: 400;
}

.section-hero {
  width: 70.4rem;
  height: 38.5rem;
  margin: 12.8rem auto;
}

.hero {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

img {
  height: 12.8rem;
  width: 12.8rem;
  border-radius: 50%;
}

.hero-text {
  font-size: 3.1rem;
  line-height: 1.2;
}

.hero-text h1 {
  font-weight: 600;
}

.hero-description {
  margin-top: 4rem;
  font-size: 1.7rem;
  line-height: 1.5;
}

.hero-links {
  margin-top: 4rem;
  font-size: 1.7rem;
}

a:link,
a:visited {
  text-decoration: none;
  color: #3b82f6;
}

.links {
  margin-top: 4rem;
}

.links a {
  transition: all 0.4s;
  transition-timing-function: ease-in-out;
}

.links svg:hover,
.links svg:active {
  fill: black;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.icon {
  fill: #555;
  width: 2.4rem;
  height: 2.4rem;
}

.twitter-handler {
  margin-left: 1.4rem;
}
