html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 150px;
    margin-top: 4.5rem;
    background-color:#9da6c8;
}

.container {
    padding-bottom: 1rem;
}
.card {
    margin-bottom: 1rem;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 200px;
    line-height: 200px;
    background-color:  #FFFFFF;
}
.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
.footerlinks {
    position: relative;
    width: 100%;
    margin-right: 50px;
    margin-top: 10px;
    line-height: normal;
    color:#ff4e60;
}

.ukupc-image {
    margin: 20px;
    width: 200px;
    height: 100px;
}