@font-face {
    font-family: "Robot";
    src: url("../Fonts/OpenSans/OpenSans-SemiBold.ttf");
}

body {
    overflow: hidden;
    font-family: Robot !important;
}

#imageVebko {
    width: 40%;
    min-width: 180px;
}

.social a {
    padding: 0 .5em;
}

.img-icon {
    border: 1px solid rgba(52, 52, 52, 0.383);
    width: 50px;
    border-radius: 50%;
    padding: 2px;
    background-color: rgba(122, 122, 122, 0.293);
}

.img-icon:hover {
    transition: inherit 3s;
    border: 1px solid #19B5B4;
    width: 50px;
    border-radius: 50%;
    padding: 2px;
    background-color: #19B5B4;
}

.margin {
    margin-top: 15%;
}