.brand-name img {
    width: 150px;
}

.btn-dark {
    background-color: #f9951d;
    border-color: #f9951d;
}

.btn-dark:hover {
    background-color: #ef0100;
    border-color: #ef0100;
}

.text-primary {
    color: #f9951d !important;
}