body {
    background-color: #fafafa;
    color: Green;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
h1 { color: #001eff; }
