@import url("https://fonts.googleapis.com/css?family=Barlow|Barlow+Condensed&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background: #f4f1ea;
  font-family: "Barlow", sans-serif;
}

svg {
  width: 60vmin;
  height: auto;
}

svg text {
  font-family: "Barlow Condensed", sans-serif;
  fill: #ffffff;
}

.system-timezone {
  color: #10131d;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}