.site-logo .logo-text {
    color: #f78e0b;
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 15px;
}

.btn-primary {
    background: #ff8b28cc;
    color: #fff;
}

.btn-secondary {
    background: white;
    border: 2px solid #ff8b28cc;
    color: #ff8b28cc;
}


