body {
    background-color: #1a1a1a;
    color: #bbb;
    font-family: Arial, sans-serif;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    text-align: center;
}

h1 {
    color: #eee;
    font-size: 3em; /* increase font size */
    text-shadow: 2px 2px 4px rgba(255, 0, 0, 0.5); /* add text shadow for more depth */
}
