/* Custom styles for header navigation */
.nav-item__link {
    color: white !important;
}

.nav-item__link:hover,
.nav-item__link.active {
    color: var(--main-color) !important;
}

/* Custom styles for home section centering */
.home-title {
    text-align: center !important;
}

.home-text {
    text-align: center !important;
    margin: 30px 0 !important;
}

.exchange-form {
    margin-top: 40px !important;
}