html {
  line-height: 1.5;
}

body {
  background-color: rgb(2 6 23);
  font-family: "Montserrat", sans-serif !important;
}

*, ::after, ::before {
  box-sizing: border-box;
  border-width: 0px;
  border-style: solid;
  border-color: currentcolor;
}

a {
  color: inherit;
  text-decoration: none;
}

.text-white {
  color: rgba(255,255,255,1);
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.text-center {
  text-align: center;
}

.font-bold {
  font-weight: 700;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220,38,38,var(--tw-bg-opacity));
}

.rounded-full {
  border-radius: 9999px;
}

.inline-block {
  display: inline-block;
}

.mb-4 {
  margin-bottom: 1rem;
}

.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.flex {
  display: flex;
}

.mb-4 {
  margin-bottom: 1rem;
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(245,158,11,var(--tw-text-opacity));
}

.ml-2 {
  margin-left: 0.5rem;
}

.w-8 {
  width: 2rem;
}
.h-8 {
  height: 2rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
img, video {
  max-width: 100%;
  height: auto;
  border-radius:20px;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
}

img {
  border-style: solid;
}

.w-full {
  width: 100%;
}
.mt-8 {
  margin-top: 2rem;
}

.text-center {
  text-align: center;
}

.mb-4 {
  margin-bottom: 1rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.grid {
  display: grid;
}

.gap-8 {
  gap: 2rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0px, 1fr));
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(91,33,182,var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31,41,55,var(--tw-bg-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107,114,128,var(--tw-text-opacity));
}

.w-6 {
  width: 1.5rem;

}
.h-6 {
  height: 1.5rem;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
  margin: 0px;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.italic {
  font-style: italic;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

img.rounded-full {
    border: 2px solid #fff;
}

@media (min-width: 768px) {
    .swap {
        grid-auto-flow: dense;
    }
    .swap > div:nth-child(1) {
        grid-column: 2;
    }

    .swap > div:nth-child(2) {
        grid-column: 1;
    }
}

