/* General Styling */
body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: white;
    color: #111;
    margin: 0;
    font-family: Arial, sans-serif;
}

/* Centering the Text */
.container {
    text-align: center;
}

/* Text Styling */
h1 {
    font-size: 80px;
    font-weight: bold;
    transition: text-shadow 0.1s ease;
}
