body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(120deg, #E4C798, #795d1e);
    height: 100vh;
}
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.85); 
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
h1 {
    text-align: center;
    color: #333;
}
p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}
.catchy {
    text-align: center;
    font-size: 24px;
    color: #aa8b54;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 40px;
}
