* {
  margin: 0;
  padding: 0;
}

@font-face {
    font-family: 'NotoColorEmoji';
    src: url('./font/NotoColorEmoji.ttf');
    /* src: url('./font/Impact.eot?#iefix') format('embedded-opentype'),
        url('./font/Impact.woff2') format('woff2'),
        url('./font/Impact.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body {
  background-color: #111;
  height: 100%;
  overflow: hidden;
  font-family: 'NotoColorEmoji';
}

#container {
  align-items: center;
  bottom: 0;
  display: flex;
  font-size: 2.4em;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  height: fit-content;
}

span {
  display: inline-block;
  position: relative;
  scale: 1;
  transition: all 1s ease-out;
  z-index: 0;
}

.filler {
  z-index: 2;
}

.browser.browser--safari {
  letter-spacing: 0.8rem;
  line-height: 1.4em;
}
