@font-face {
  font-family: "Epika";
  src: url("fonts/EpikaSerifExtraCondensedPremium-LightItalic.woff")
    format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Roobert";
  src: url("fonts/Roobert-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

* {
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: "Roobert", Arial, sans-serif;
  background-color: #fffcf8;
}

div {
  text-align: center;
  padding: 15px;
}

h1 {
  font-size: 200px;
  color: #232222;
  font-family: "Epika", Arial, sans-serif;
}

h6 {
  font-size: 40px;
  color: #333;
  font-family: "Roobert", Arial, sans-serif;
}

@media (max-width: 930px) {
  h1 {
    font-size: 150px;
  }

  h6 {
    font-size: 30px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 100px;
  }

  h6 {
    font-size: 20px;
  }
}
