﻿@charset "UTF-8";


body {
    background-color: #f9f9f9;
    font-family: sans-serif;
}

.section-title {
    font-weight: bold;
    font-size: 1.3rem;
    border-left: 5px solid #ffc107;
    padding-left: 10px;
    margin-bottom: 40px;
    color: #212529;
}

.btn-yellow {
    background-color: #ffc107;
    color: #000;
    font-weight: bold;
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
}

.complete-box {
    text-align: center;
    margin-top: 50px;
}