body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    background-color: #0b0c10;
    color: #c5c6c7;
    line-height: 1.7;
    font-weight: 400;
}

h1,
h2 {
    font-family: 'Space Grotesk', sans-serif;
    color: #66fcf1;
    margin-bottom: 0.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.top-banner {
    text-align: center;
    padding: 4rem 1rem 2rem;
    background-image: url("mikkehouse-milky-way-4920051_1280.jpg");
    background-size: cover;
    background-position: center;
}

.sub-text {
    font-size: 1.5rem;
    color: #ff005d;
    margin-top: 0;
}

.screenshot-stuff {
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
    background-color: #0f1117;
}

.image-box {
    max-width: 900px;
    width: 100%;
}

.screenshot {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 3px solid #ffffff;
    display: block;
}

.lighthouse-stuff {
    padding: 4rem 1rem;
    text-align: center;
    background-color: #0b0c10;
}

.lighthouse-stuff h2 {
    margin-bottom: 1rem;
    color: #e0e2e4;
}

.lighthouse-text {
    max-width: 700px;
    margin: 0 auto 2.5rem;
    font-size: 1.1rem;
    color: #a8abb0;
    line-height: 1.8;
}

.scores {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
}

.score-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.score-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    font-weight: bold;
    background-color: #1f2833;
}

.perfect-score {
    border: 6px solid #0cce6b;
    color: #0cce6b;
}

.good-score {
    border: 6px solid #0cce6b;
    color: #0cce6b;
}

.score-label {
    font-size: 1.1rem;
    margin: 0;
    font-weight: 500;
}

.image-text {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
    text-align: center;
    color: #c5c6c7;
}

.logo {
    width: 700px;
    height: auto;
    margin-bottom: 1rem;
}

.deploy-stuff {
    padding: 4rem 1rem;
    text-align: center;
    background-color: #0f1117;
}

.deploy-stuff h2 {
    margin-bottom: 1rem;
    color: #e0e2e4;
}

.deploy-text {
    max-width: 700px;
    margin: 0 auto 3rem;
    font-size: 1.3rem;
    color: #a8abb0;
    line-height: 1.8;
}

.deploy-images {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.deploy-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.deploy-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 140px;
    height: 80px;
}

.deploy-logo {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.license-section {
    padding: 4rem 1rem;
    text-align: center;
    background-color: #0b0c10;
}

.license-section h2 {
    margin-bottom: 1rem;
    color: #e0e2e4;
}

.license-intro {
    max-width: 700px;
    margin: 0 auto 1rem;
    font-size: 1.1rem;
    color: #a8abb0;
    line-height: 1.8;
}

.license-text {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1rem;
    color: #c5c6c7;
}

.start-section {
    padding: 4rem 1rem;
    text-align: center;
    background-color: #0f1117;
}

.start-section h2 {
    margin-bottom: 1rem;
    color: #e0e2e4;
}

.start-text {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.3rem;
    color: #a8abb0;
    line-height: 1.8;
}

.button-links {
    align-items: center;
    margin-top: 2rem;
}

.repo-link {
    color: #66fcf1;
    text-decoration: none;
    font-size: 1.5rem;
    font-family: Audiowide, 'Inter', sans-serif;
}

.demo-link {
    color: #9d00ff;
    text-decoration: none;
    font-size: 1.2rem;
    font-family: Anta, 'Inter', sans-serif;
}

footer {
    text-align: center;
    padding: 1rem;
    background-image: url("geralt-stars-2539245\ \(2\).jpg");
    background-size: cover;
    background-position: center;
    color: #005eff;
    font-size: 1.5rem;
    font-family: audiowide, 'Inter', sans-serif;
}

footer a {
    color: #7300ff;
    text-decoration: wavy underline #ffffff;
    font-weight: bolder;
    font-family: Anta, 'Inter', sans-serif;
}

.now-you-see-me-now-you-dont {
    text-align: center;
    padding: 2rem 1rem;
    font-size: 1.1rem;
    color: #c5c6c7;
    font-style: italic;
    display: none;
}