*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container{
    width: 100%;
    height: 700px;

}
.nav{
    width: 100%;
    height: 70px;
    background-color: rgb(55, 54, 54);
}

.nav-item{
    width: 90%;
    height: 70px;
    display: flex;
    /* border: 1px solid red; */
    margin: auto;

}


.list{
    width: 20%;
    height: 50px;
    border-right: 2px solid white;
    list-style-type: none;
    text-align: center;
    margin-top: 20px;
    color: white;
}