* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

#hero {
  width: 592px;
  margin: 0 auto 72px;
}

#hero img {
  margin-bottom: 72px;
}

h1 {
  font-family: "Inter", sans-serif;
  font-size: 49px;
  line-height: 56px;
  font-weight: normal;
}

h1 span {
  font-weight: bold;
}

span,
a {
  color: #ff9900;
}

p,
footer {
  color: #7d7987;
  font-size: 14px;
  line-height: 28px;
}
#footer {
margin-bottom: 33px;
}

#footer a + a {
  margin-left: 28px;
}

.line {
  width: 568px;
  height: 0;
  margin: 0 auto 8px;
  border: 1px #eceff2 solid;
}

#balls {
  position: fixed;
  bottom: 0px;
  right: 0px;
}
