#tabs-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 10%;
    font-size: 24px;
}
#tabs-nav li {
    margin-left: 10px;
    margin-right: 10px;
    text-transform: capitalize;
}
#tabs-nav li a {
    text-transform: capitalize;
    color: #e786ff;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 25px;
    border: 2px solid transparent;
}
#tabs-nav li.active a {
    border: 2px solid #000;
}
h1.logo-text {
    font-size: 16px;
    font-weight: bold;
    color: #000000 !important;
}
h1.logo-text-2 {
    font-size: 45px;
    font-weight: bold;
    color: #000000 !important;
}
.box-shadow-map {
    display: flex;
    justify-content: center;
    align-items: center;
}