body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#one {
  min-height: 70vh;
  min-width: 100%;
  justify-content: center;
  align-items: center;
}

section#two {
  min-height: 70vh;
  min-width: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: black;
}

footer {
  width: 100%;
  background-color: black;
  padding: 20px 0;
}

/* colors */
small#copy,
h2.claim,
span#studio,
span#impactful {
  color: #999;
}
span#be {
  color: #333;
}

/* font-sizes */
h2.claim {
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: -0.5px;
}

span#be,
span#ent {
  font-size: 50px;
  line-height: 1.2em;
}

span#be {
  letter-spacing: -3px;
}

span#ent {
  letter-spacing: 0;
}

span#impactful,
span#studio {
  font-size: 41px;
  line-height: 1.2em;
}

span#studio {
  letter-spacing: 0;
}

span#impactful {
  letter-spacing: -3px;
}

a.cloak_eml {
  text-decoration: none;
  color: #888;
}
a.cloak_eml:hover {
  text-decoration: none;
  color: #888;
}
a.cloak_eml:active {
  text-decoration: none;
  color: #888;
}
