.navText:hover {
    border-bottom-color: #0084ff;
    cursor: pointer;
    color: #0084ff;
}

.navTextDefault {
    border-bottom-color: #0084ff;
    color: #0084ff;
}

.navText {
    padding-bottom: calc(0.5vw);
    border-bottom: 2px solid transparent;
    border-radius: 2px;
    margin: calc(1vh + 1vw) calc(1vh + 1vw) 0 calc(1vh + 1vw);
}

.mainCenterItemMainNav {
    display: flex;
    justify-content: center;
}

.mainCenterItemMainContainer {
    width: 100%;
    padding: 5% 16%;
    /* height: calc(20vh + 30vw); */
    background-color: #f2f4f7;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}