body{
    background-color: #2C97F5;
    margin: 0;
    font-family: "Lato", sans-serif;
    color: white;
    min-width: 420px;
}

header{
    text-align: center;
    background-color: #2CD7F5;
    border-radius: 30px;
    margin: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.logo{
    width: 120px;
    height: 50px;
    border-radius: 30px;
    margin: 20px;
}

section{
    margin: 50px;
}

h1{
    padding: 0;
    font-size: 40px;
}

footer{
    background-color: #2CD7F5;
    text-align: center;
    position:fixed;
    bottom:0;
    width: 100%;
    display: flex;
    justify-content: center;
}

a{
    margin-left: 50px;
    text-decoration: none;
    color: white;
}

a:hover{
    color: black;
    text-decoration: underline;
}

div.zdjeca > img{
    margin: 20px;
}