<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container{
max-width:900px; 
margin:0 auto;
overflow: hidden;
padding: 30px 0;
}
.boxBody{position: relative;
    height: 750px;
}

.overlay{
display: none;
}
.opis{
    max-width: 90%;
    position: absolute;
    left: 45px;
    top:55%;
    min-width: 500px;
    
    
}
.wstep{
    padding-bottom: 20px;
    border-bottom: 1px solid #ffaaa7;
}
.boxBody h1{
    font-size: 30px;
    font-weight: 700;
}
.boxBody h2{
    font-size: 25px;
    font-weight: 700;
}
.boxBody a{
    color: #fe0007;
}
.boxBody a:hover{
    color: #ffaaa7;
}


@media (max-width:767px){
    .boxBody{height: 550px;}
    .opis{top:45%; min-width: 300px; left:20px;}
}</pre></body></html>