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

.container {
    text-align: center;
    color: #333;
    border: 2px solid #333;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

h1 {
    font-size: 40px;
    color: #ff6347; /* Tomato color */
    text-shadow: 2px 2px 4px #000000;
}
