body {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}

h1 {
    color: #0078d4;
    font-size: 3rem;
}