.vkladka {
    width: 180px;
    height: 220px;
    margin: 5px;
}
.vkladka>a {
    color: darkblue;
    text-decoration: none;
    font-weight: 400;
}
.vkladka>a:hover {
    color: darkgray;
    text-decoration: none;
}
.vkladka>a>p {
    text-align: center;
}