﻿body {
    margin: 0;
    background-color: #4f181b; /* Exact match with logo */
    font-family: 'Orbitron', sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    padding: 2rem;
}

img {
    max-width: 300px;
    width: 80%;
    height: auto;
    margin-bottom: 2rem;
}

h1 {
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

p {
    font-size: 1.1rem;
    line-height: 1.5;
    max-width: 500px;
}