.cooco {
    background-color: white;
}
body {
    font-size: 0.8rem;
}
h1 {
    font-size: 1.5rem;
}
h2 {
    font-size: 1.2rem;
}
h4 {
    font-size: 1rem;
}
.form-control {
    font-size: 0.75rem;
}
.btn {
    font-size: 0.75rem;
}
.card {
    font-size: 0.7rem;
}
img {
    width: 50%;
    height: auto;
}
.container {
    padding: 1rem;
}
.card-body {
    padding: 0.5rem;
}
.input-group {
    gap: 0.5rem;
}

.for:hover {
    background-color: rgba(128, 128, 128, 0.322);
    transition: 1s;
    cursor: pointer;
}
.for{
    transition: 1s;
}

.info 
{
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .info{
        flex-direction: column;
    }

}

@media screen and (max-width: 575px) {
    .kolumna{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .inpp > input{
        width: 90%!important;
    }
}