.newContainer {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.bottomTitle {
    margin-left: 40px;
    font-size: 16px;
    letter-spacing: 2px;
    color: black;
    font-weight: bold;
    overflow: hidden;
}

.navContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}