*{
    box-sizing: border-box;
}

body{
    background-color: rgb(252, 194, 230);
    text-align: center;
    margin: 0 auto;
}

header{
    position: relative;
    top: 0;
    background-color: rgb(15, 186, 198);
    max-height: 250px;
    min-height: 150px;
    padding-top: 25px;
}

.container{
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.prvi{
    background-color: rgb(139, 247, 255);
    text-align: center;
    text-wrap: wrap;
    margin: 30px;
    padding: 20px;
    border-radius: 20px;
}
.drugi{
    background-color: rgb(139, 247, 255);
    text-align: center;
    text-wrap: wrap;
    margin: 30px;
    padding: 20px;
    border-radius: 20px;
}
.treci{
    background-color: rgb(139, 247, 255);
    text-align: center;
    text-wrap: wrap;
    margin: 30px;
    padding: 20px;
    border-radius: 20px;
}
.cetvrti{
    background-color: rgb(139, 247, 255);
    text-align: center;
    text-wrap: wrap;
    margin: 30px;
    padding: 20px;
    border-radius: 20px;
}
.peti{
    background-color: rgb(139, 247, 255);
    text-align: center;
    text-wrap: wrap;
    margin: 30px;
    padding: 20px;
    border-radius: 20px;
}
.sesti{
    background-color: rgb(139, 247, 255);
    text-align: center;
    text-wrap: wrap;
    margin: 30px;
    padding: 20px;
    border-radius: 20px;
}

footer{
    position: relative;
    bottom: 0;
    text-align: center;
    background-color: rgb(15, 186, 198);
    max-height: 250px;
    min-height: 150px;
    padding-top: 25px;
}