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

body {
  font-family: GothamPro, sans-serif;
  color: #fff;
  background-color: #000;
}

.hero-section {
  background-image: url("./img/top-bg.png");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

h1.logo {
  font-family: Gotham;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.03em;
}
