body {
    display: flex;
    justify-content: center;   /* Centra horizontal */
    align-items: center;       /* Centra vertical */
    background-color: lightskyblue;
    color: rgb(158, 6, 158);
    height: 100vh;
}

h1 {
    font-family: Arial, sans-serif;
    text-align: center;
}