.relative {
  position: relative;
}

.min-h-screen {
  min-height: 100vh;
}

.overflow-hidden {
  overflow: hidden;
}

.bg-\[\#0c1724\] {
  background-color: #0c1724;
}

.text-white {
  color: #fff;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
