body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #191919;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

h1 {
    color: #f0f0f0;
}

footer {
    text-align: center;
    padding: 20px;
    color: rgb(162, 162, 162);
    position: fixed;
    width: 100%;
    bottom: 0;
}

footer a {
    color: #0073e6;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}