.container {
    margin-left: 250px;
    padding: 20px;
}

.cards {
    /* 
    
    display: flex;
    justify-content: space-evenly;
    align-items: center; */
    display: flex;

}

.set {

    background-color: black;
    color: white;
    width: 200px;


}