@font-face {
  font-family: "Century Gothic";
  src: url("CenturyGothic.eot");
  src: url("CenturyGothic.eot?#iefix") format("embedded-opentype"),
    url("CenturyGothic.woff2") format("woff2"),
    url("CenturyGothic.woff") format("woff"),
    url("CenturyGothic.svg#CenturyGothic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Century Gothic";
  src: url("CenturyGothic-Bold.eot");
  src: url("CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"),
    url("CenturyGothic-Bold.woff2") format("woff2"),
    url("CenturyGothic-Bold.woff") format("woff"),
    url("CenturyGothic-Bold.svg#CenturyGothic-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

h1 {
  font-weight: normal;
  font-size: 2.5em;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #000;
  position: absolute;
  bottom: 0;
  padding-bottom: 1em;
}

html,
body {
  font-family: "Century Gothic", Arial;
  font-size: 0.95em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container > a {
  position: relative;
}

.container-scroller {
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroller > span > h1 {
  font-weight: bold;
}

h2 {
  font-weight: normal;
  text-align: center;
}
