@font-face {
  font-family: "BergenMono";
  src: url(/fonts/BergenMono-Bold.woff2);
}

* {
  margin: 0;
  padding: 0;
}

body {
  display: grid;
  place-content: center;
  height: 100dvh;
  gap: 5rem;
  background-color: #191724;
}

#clock {
  text-align: center;
  font-family: "BergenMono";
  font-size: 4rem;
  color: white;
  text-shadow: -5px 5px 0px #eb6f92, -10px 10px #f6c177, -15px 15px 0px #c3a5e6,
    -20px 20px 0px #31748f;
}

#searchbox {
  width: 55dvw;
  height: 2rem;
  padding: 0 10px;
  translate: -5px;
}
