body {
    min-height: 100vh;
}

.card {
    overflow: hidden;
}

.success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(25, 135, 84, 0.12);
    color: #198754;
    font-size: 2rem;
    font-weight: 700;
}
