.join {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.join h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    color: #4169E1;
}

.form-label {
    font-weight: bold;
}

.form-control, .form-select {
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #4169E1;
    border: none;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #3655B3;
}

.footer {
    background-color: #2E2E2E;
    color: #FFFFFF;
    padding: 40px 0;
    text-align: center;
}

.footer h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #FFA500;
}

.footer p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 10px;
}

.footer a {
    color: #FFA500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #FFFFFF;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-info {
    flex: 1;
    min-width: 200px;
}

.footer-bottom {
    border-top: 1px solid #555;
    padding-top: 20px;
    margin-top: 20px;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
    color: #AAA;
}
