.pole{
    display: flex;
    height: 500px;
    background-color: #CEFFCE;
}

.colon{
    border: 1px solid green;
    height: 200px;
    margin: 10px;
}

.card{
    border: 1px solid lightblue;
    border-radius: 5px;
    width: 40px;
    height: 60px;
    text-align: center;
    font-size: 30px;
    background-color: white;
    color: black;
}

.podkid{
    position: absolute;
    
}


