html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-name {
  font-size: 50px;
  margin-bottom: 2.5rem;
  font-weight: 300;
}
.main-heading {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 5px;
}
a {
  color: inherit;
  font-size: 18px;
}
