#bottom-navigation-bar-container {
    position: fixed;
    bottom: 2px;
    left:0;
    width: 100%;
    height:65px;
    display: flex;
    justify-content: center;
}

#bottom-navigation-bar {
    background-color: #ffffff;
    height:68px;
    display: flex;
    justify-content: center;
    max-width: 206px;
    box-shadow: 0px 0.5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 7px 7px 0px 0px;
    min-width: 206px;
    text-align: center;
    border: 1px solid #9ca3af;
    border-bottom: none;
}

#bottom-navigation-bar a {
    margin-left: 4px;
    margin-right: 4px;
    color: #1f2937;
    height: 64px;
    max-height: 64px;
    box-sizing: border-box;
    min-width: 60px;
    max-width: 60px;
    padding-top: 4px;
}

#bottom-navigation-bar section:hover {
    border-bottom: solid 2.5px #1f2937;
    cursor: pointer;
    opacity: 1;
}

#bottom-navigation-bar article .material-icons-outlined {
	padding: 5px;
}


#bottom-navigation-bar article:nth-child(2) {
    font-size: 12px;
}
