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

html,
body {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

body {
  /* padding: 0; */
  background: #0f8;
  overflow: hidden;
}

.u42 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: oklch(0% 0 0 / 0.618);
  font-size: clamp(1rem, 61vw, 100vh);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1;
  font-weight: bold;
  user-select: none;
}
