*{
    padding: 0;

}
.container{
    width: 100%;
    height: 90vh;
    background-color: #0b0423;
    display: flex;
    justify-content: center;
    align-items: center;
}
#left,#right{
    width: 300px;
    min-height: 400px;
    margin: 10px;
    border: 1px solid white;
}
.list{
    background-color: rgb(207, 151, 151);
    height: 60px;
    margin: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list img{
    width: 10px;
    margin-right: 15px  ;
    margin-left: 20px;
}
