body {
    font-family: 'Source Sans Pro', Arial, sans-serif !important;
    background-color: #f3f3f3 !important;
    color: #333333 !important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

h1 {
    font-size: 36px !important;
    font-weight: bold !important;
    color: #1a1a1a !important;
    margin-bottom: 20px !important;
}

.course-set-header {
    font-size: 28px !important;
    font-weight: bold !important;
    padding: 10px 20px !important;
    margin-bottom: 20px !important;
    border: 2px solid #8a0028 !important;
    border-radius: 4px !important;
    text-align: center !important;
}

.semester-header {
    font-size: 24px !important;
    font-weight: bold !important;
    margin-bottom: 12px !important;
}

.load-progress.disabled {
    background-color: #696969 !important;
    color: #BEBEBE !important;
    cursor: not-allowed !important;
}

.course-btn {
    padding: 12px 20px !important;
    margin-right: 12px !important;
    margin-bottom: 12px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    user-select: none !important;
    border: none !important;
    font-size: 18px !important;
}

.course-btn.disabled {
    background-color: #e57373 !important;
    color: #333333 !important;
}

.course-btn:not(.disabled):not(.completed) {
    background-color: #81c784 !important;
    color: #333333 !important;
}

.course-btn.completed {
    background-color: #00A100 !important;
    color: #333333 !important;
}

.load-courses {
    background-color: #8a0028 !important;
    color: #ffce00 !important;
    border: none !important;
    font-size: 18px !important;
    cursor: pointer !important;
    padding: 12px 20px !important;
    margin-bottom: 20px !important;
    user-select: none !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.load-courses.active {
    background-color: #ffce00 !important;
    color: #8a0028 !important;
}

.save-progress {
    background-color: #8a0028 !important;
    color: #ffce00 !important;
    border: none !important;
    font-size: 14px !important;
    cursor: pointer !important;
    padding: 12px 20px !important;
    margin-bottom: 20px !important;
    user-select: none !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
}

.load-progress {
    background-color: #8a0028 !important;
    color: #ffce00 !important;
    border: none !important;
    font-size: 14px !important;
    cursor: pointer !important;
    padding: 12px 20px !important;
    margin-bottom: 20px !important;
    user-select: none !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
}

/* Header */
header {
    background-color: #8a0028;
    padding: 10px;
}

header nav {
    display: flex;
    justify-content: center;
}

header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

header nav ul li {
    display: inline;
    margin-right: 20px; /* Increased margin */
}

header nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px; /* Increased font size */
}

header nav ul li a:hover {
    text-decoration: underline;
}

/* Footer */
footer {
    background-color: #8a0028;
    padding: 20px;
    color: #ffffff;
}

footer p {
    text-align: center;
    margin-bottom: 10px;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

footer ul li {
    display: inline;
    margin-right: 20px; /* Increased margin */
}

footer ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px; /* Increased font size */
}

footer ul li a:hover {
    text-decoration: underline;
}

hr {
  border-top: 1px solid #ccc;
  margin: 20px 0;
}

.legend {
    margin-top: 20px;
}

.legend-item {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.legend ul {
    list-style-type: none;
    padding: 0;
}

#lastSaved strong {
    font-weight: normal;
    color: #ff0000;
  }

.text-muted-green {
    color: #81c784; /* Adjust the color as desired */
}

.text-bright-green {
    color: #28a745; /* Adjust the color as desired */
}

.text-muted-red {
    color: #e57373; /* Adjust the color as desired */
}