*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    background-color: rgb(82, 78, 78) !important;
}

.containers{
    align-items: center;
    margin-left: 18%;
}

.slika{
    width: 200px;
    height: 200px;
    width: 33.33%;
    float: left;
    display: flex;
    padding: 30px;
}

/*ZA KONTAKT*/

.sadrzaj{
    margin-top: 10%;
    font-size: large;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: cornflowerblue;
    text-align: center;
    justify-content: center;
}

.page-footer{
    margin-top: 20%;
}
.container{
    width: 100%;
    height: 10%;
    background-color: cyan;
}

.card{
    padding: 20px;
    height: 400px;
    display: flex;
    align-items: center;
}

/*ZA ABOUT*/

.page-footer-about{
    margin-top: 2%;
}