body {
font-family: 'Montserrat', sans-serif;
}

section {
    background: #192841;
    font: white;
}
h3 {
    color: antiquewhite;
    background: #192841;   
}

.naslov {
font-size:22px;
text-shadow: 2;
}

button {
color: whitesmoke;
background-color: #292D3E;
border: 1px solid #1D9AF2;
border-radius: 4px;
padding: 0 15px;
cursor: pointer;
height:32px;
font-size:14px;
transition: all 0.3s ease-in-out;
}
button:hover {
transform: scale(1.08);
}

