/* Buttons */
.btn {
    background-color: #E48B2E; /*  Gold */
    color: #1E1B46; /* Dark Blue */
}

.btn:hover {
    background-color: #E48B2E; /* Rich Gold */
}

.header {
    background: #1E1B46;
}

