@import url('https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap');

#background {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-size: cover;
  text-align: right;
  display: flow-root;
}

html,
body,
p {
  margin: 0;
  padding: 0;
}

p, span {
  color: white;
  font-family: sans-serif;
  font-weight: bold;
}

#time {
  font-size: 10em;
  font-family: "Fira Mono", monospace;
}

.sub {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.sub * {
  font-size: 2rem;
}

.bar {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}

.gloss {
  position: absolute;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: inline-block;
  transform: translateX(-50%);
  left: 50%;
  padding: 2rem;
  margin-top: 10vh;
}

.gloss > * {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}
