@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");


body {
    background-color: #fff;
}

.pozor {
    height: 290px;
    padding-top: 180px;
}

.logo {
    max-height: 150px;
}

footer {
    color: #AFAFAF;
    font-size: 20px;
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
    text-align: center;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 68px;
    background: -webkit-linear-gradient(45deg, #341585, #9f01c7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

div a {
    color: #000;
    font-size: 15px;
    text-decoration: none;
}

.contact p {
    color: #626262;
    font-size: 24px;
    line-height: 1.1em;
}

@media (max-width: 575.98px) {
    h1 {
        font-size: calc(40px * 0.4);
    }
}

* {
    font-family: "Open Sans", sans-serif !important;
}