body {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: Arial, sans-serif;
}

h1 {
    color: #333;
}
