body {
    background-color: #211e2f;
    color: #000000;
}

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

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

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

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

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

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

.space-y-2 > * + * {
    margin-top: 8px;
}

@media (min-width: 768px) {
    .md-px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@font-face {
  font-family: 'Geist-Regular';
  src: url('fonts/Geist/Geist-Regular.otf') format('opentype'),
       url('fonts/Geist/Geist-Regular.woff2') format('woff2'),
       url('fonts/__MACOSX/Geist/._Geist-Regular.otf') format('opentype'),
       url('fonts/__MACOSX/Geist/._Geist-Regular.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Geist-Bold';
  src: url('fonts/Geist/Geist-Bold.otf') format('opentype'),
       url('fonts/Geist/Geist-Bold.woff2') format('woff2'),
       url('fonts/__MACOSX/Geist/._Geist-Bold.otf') format('opentype'),
       url('fonts/__MACOSX/Geist/._Geist-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Geist-Light';
  src: url('fonts/Geist/Geist-Light.otf') format('opentype'),
       url('fonts/Geist/Geist-Light.woff2') format('woff2'),
       url('fonts/__MACOSX/Geist/._Geist-Light.otf') format('opentype'),
       url('fonts/__MACOSX/Geist/._Geist-Light.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

h1 {
    font-family: 'Geist-Bold';
    font-size: 8vw;
    letter-spacing: -0.05em;
    margin-bottom: 8px;
    margin-top: 0px;
}

p {
    margin-bottom: 15px;
}

.p1 { 
    font-family: 'Geist-Regular';
    font-size: 18px;
    letter-spacing: -0.02em;
}

.p2 {
    font-family: 'Geist-Light';
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #9CA3AF;
}

img {
  margin-bottom: 0px;
  width: 35%;
  height: auto;
}

body {
    font-family: 'Geist-Regular';
    background-color: #211e2f;
    color: #ffffff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.container {
    background-color: #211e2f;
    transition: background-color 0.3s ease;
}
