body {
    font-family: 'Trebuchet MS', sans-serif;
    background: #fff;
    transition: opacity 0.2s ease-in;
}

.hidden {
    display: none !important;
}

.note-text {
    font-size: 14px;
    color: #555;
}

.btn-brand-02 {
    background-color: #007bff;
    color: white;
    border-radius: 6px;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.btn-brand-02:hover {
    background-color: #0069d9;
}