html {
  height: 100%;
}

body {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 2.5em;
  font-weight: inherit;
}

.header .face {
  font-size: 2em;
  font-weight: inherit;
}

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

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0.75em;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 0.5%;
}

#elements {
  letter-spacing: 0.25em;
  font-size: 2em;
}
