@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

* {
  box-sizing: border-box;
}

body {

  background: #000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 4vw;

}

main {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
}

.header {
  margin: auto;
  padding: 8vw;
  width: 80vw;
}

.header__title {
  margin: 0 0 .2em;
  font-size: 10vw;
}

.header__text {}

.header__text p {
  margin: 0;
}

.header__tag {
  margin-top: .2em;
  font-size: 2.5vw;
}