﻿.section-success {
    text-align: center;
    background-color: #fff;
    padding: 30px;
    width: 100%;
    background-color: #f4f4f4;
}

.section-success h1 {
    color: #198fd9;
}

.section-success p {
    font-size: 18px;
    margin: 20px 0;
}

.section-success .success-icon {
    color: #198fd9;
    font-size: 60px;
}

.section-success .btn-container {
    margin-top: 20px;
}

.section-success .btn {
    background-color: #198fd9;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}