
body {
    background-color: #0f0f0f;
    color: #00ff90;
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.container {
    padding: 2rem;
    border-radius: 10px;
    background-color: #121212;
    box-shadow: 0 0 20px #00ff90;
    max-width: 90%;
}

.trojan-img {
    max-width: 300px;
    height: auto;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 10px #00ff90);
}

h1 {
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 0 0 10px #00ff90;
}
