.NavBar {
    justify-content: space-around;
    align-items: center;
    
    display: flex;
    width: 100%;                                                                                                                                                                                                                                                                                                                                                                    
    height: 35px;
    border-bottom: 5px solid black;
    margin-bottom: 5px;
}