@font-face {
  font-family: "Impact Label";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/impact-label-regular.woff2) format("woff2"),
       url(../fonts/impact-label-regular.woff) format("woff"),
       url(../fonts/impact-label-regular.otf) format("opentype"),
       url(../fonts/impact-label-regular.ttf) format("truetype");
}

body {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
}

h1 {
  font-family: "Impact Label", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 6rem;
}

.line {
  display: block;
}
