﻿.success-card {
    max-width: 400px;
    width: 90%;
    margin: 50px auto;
    text-align: center;
    padding: 20px;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.checkmark {
    margin-bottom: 20px;
}
