.bloky,.bloky a {
    text-align: center;
}

.bloky {
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.blok {
    width: 250px;
    display: inline-block;
	line-height:100%;
	vertical-align:top;
	padding:10px;
    font-family: 'Amatic SC', cursive;
    font-size: 220%;
}
.blok img{
	border:0 !important;
	padding:0 !important;
	margin:0 !important;
    border-radius: 50%;
}
a.blok{
	color:#000 !important;
	text-decoration:none;
}
a:hover.blok{
	color:#65bcf1 !important;
	text-decoration:none;
}


@media only screen and (max-width:768px) {

    .bloky a:lastchild {
        margin: 0
    }

}

@media only screen and (max-width:480px) {
    .bloky a {
        width: 100%
    }
}