@font-face {
  font-family: 'Righteous';
  src: url('../fonts/Righteous-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald.ttf') format('truetype');
}

body {
  background: black;
  margin: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: none;
}

.clock-container {
  transform-origin: center center;
  margin-bottom: 20px;
}

.flip-clock-wrapper {
  font-family: 'Oswald', 'Helvetica', 'Arial', sans-serif !important;
}

.verse {
  font-family: 'Righteous', cursive;
  font-size: 2.5vw;
  text-align: center;
  max-width: 90%;
}
