body {
    font-family: 'Arial', sans-serif;
    background-color: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    color: #333;
}

.container {
    background: #e0e0e0;
    border-radius: 12px;
    padding: 40px;
    box-shadow:  20px 20px 40px #bebebe,
                -20px -20px 40px #ffffff;
    text-align: center;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

p {
    font-size: 1.2em;
}

.content {
    background: #e0e0e0;
    padding: 20px;
    border-radius: 12px;
    box-shadow: inset 8px 8px 12px #bcbcbc,
                inset -8px -8px 12px #ffffff;
}
