.text-title {
    color: #354553;
    font-family: 'Cormorant Garamond';
    font-size: x-large;
    font-weight: bold;
}

.text-option {
    color: #354553;
    font-family: 'Cormorant Garamond';
    font-size: large;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navbar-nav .nav-item .nav-item.dropdown {
    flex: 1;
    text-align: center;
    width: 100%;
}