/* General page styling */
body {
    background-color: #001d3d; /* Deep Space Blue */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    text-align: center;
    line-height: 1.6;
}

h1 {
    color: #ffbe0b; /* Metallic Gold */
    text-transform: uppercase;
    letter-spacing: 5px;
}

.hero-card {
    background-color: #003566;
    border: 2px solid #ff0000; /* Flash Red */
    padding: 20px;
    margin: 20px auto;
    width: 60%;
    border-radius: 15px;
}