html {
  background-color: oklch(27.4% 0.006 286.033);
  color: white;
  font-size: 12px;
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; 
}
.size-full {
  width: 100%;
  height: 100%;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
img {
  padding: 30px;
}
.text-xl {
  font-size: 32px;
  padding: 10px 60px;
}
.text-lg {
  font-size: 24px;
  padding: 15px;
}
.text-center {
  text-align: center;
}