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

.success-container {
    text-align: center;
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    width: 80%;
    max-width: 400px;  /* You can adjust this value as needed */
}

.success-icon {
    width: 125px;
}

h1 {
    font-weight: 500;
    color: #4CAF50;
    margin: 0;
    font-size: 24px;
}

p {
    color: #333;
    font-size: 18px;
    margin-top: 10px;
}
