body {
    background-color: #222;
    color: #f2f2f2;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
}

.container h1 {
    font-size: 2em;
}

.container p {
    font-size: 1.2em;
}

.container a {
    color: #1e90ff;
    text-decoration: none;
}

.container a:hover {
    color: #63c5fa;
}

