.container{
    background: #bcbcbc;
    display: flex;
    justify-content: center;
    padding: 10px;
    gap: 10px;
}

.card{
    background: #8b97ff;
    color: #000;
    width: 100px;
    height: 100px;
    text-align: center;
}