<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1,5;


}

*,
*::after,
*::before {
    box-sizing: border-box;
} 
.image-logo{
    max-width: 420px
}
.logo{
    text-align: center;
   
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.page-cont{
    width: 100%;
    height: 100vh;
    background: url(../images/bg-images.png);
    background-size:cover;
    background-position: center;
}
.main-header{
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}
.main-area {
    display: flex;

}
.title{
    padding: 270px 0px;
    text-align: center;
    font-weight: 400;
}

.footer-info{
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}
.footer-fb{
    width: 30px;
    opacity: 50%;
}
.footer-fb:hover{
    opacity: 100%;
    transition: 0,9s;
}

.adres,
.contact,
.social{
    width: 190px;
}

p{
    font-weight: 300;
}
.sub{
    font-weight: 500;
}
.footer-copyright{
    display: flex;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    color: hsla(0, 0%, 100%, 0.503);
    font-weight: 100;
}


@media (max-width: 1200px) {
    .image-logo{
        max-width: 80%;
    }    
} 

@media (max-width: 600px) {
    .title{
        padding: 250px 0px;
        text-align: center;
        font-weight: 400;
        font-size: 20px;
    }
    .footer-info{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .page-cont{
        width: 100%;
        height: 100%;
        background: url(../images/bg-images.png);
        background-size:cover;
        background-position: center;
    }
    
    .footer-copyright{
        font-size: 12px;
    }
}
</pre></body></html>