#response{
    visibility: hidden;
    display: flex;
    justify-content: center;

}

#cenik{
    margin: auto;
    height: auto;
    border-radius: 10px;
    width: fit-content;
    border: 1px solid;
    overflow: hidden;
    margin-bottom: 5%;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);

}

#cenik td, #cenik th{
    border: 1px solid gray;
    padding: 20px;
    text-align: center;
}

.card li::marker{
    content: "➜     ";
   
}

#bulletcontainer p{
    transform: translate(50px);
}

