@font-face {
    font-family: 'WorkSans';
    src: url('work-sans.regular.ttf');
}


@font-face {
    font-family: 'Alice';
    src: url('Alice-Regular.ttf');
}

body {
    background-color: #ffb6e8;
    padding: 30px;
}

#kontakti {
    font-family: 'Alice';
    font-weight: 600;
}

#tel {
    text-decoration: none;
    color: black;
    font-family: 'WorkSans';
    font-weight: 700;
}

#tel:hover {
    text-decoration: underline;
}

#parMums, #galerija {
    font-family: 'WorkSans';
    font-size: 72px;
}

ul, strong, p {
    font-size: 30px;
}