/* style.css */ body { font-family: 'Poppins', sans-serif; text-align: center; background: linear-gradient(135deg, 
    #f0f0f0, #d6d6d6);
    color: #333; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; height: 100vh;
}
.container { background: rgba(255, 255, 255, 0.9); padding: 30px; border-radius: 12px; box-shadow: 0px 4px 10px 
    rgba(0, 0, 0, 0.1); max-width: 400px; width: 90%;
}
h1 { font-size: 26px; font-weight: bold; margin-bottom: 15px; color: #222;
}
p { font-size: 18px; color: #555; margin-bottom: 10px;
}
p1 { font-size: 12px; color: #555; margin-bottom: 10px;
}
