@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;700&family=Smokum&display=swap');

* {
    box-sizing: border-box;
    font-family: 'Oxygen', sans-serif;
}

.zaglavlje {
    display: grid;
    place-items: center;
    font-weight: 300;
    font-size: 2rem;
}

img {
    width: 80vw;
    height: auto;
}


h1 {
    font-size: 4rem;
    font-weight: 700;
}

.ikona {
    width: 4rem;
    height: auto;
}

.phone {
    width: 2rem;
}

a:link {
    color: darkslategrey;
    text-decoration: none;
}