<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.img1{
    display: flex;
    width: 80%;
    height: 20%;
    a{
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: left;
    }
}
.d{
    display: flex;
}
.dd{
    display: flex;
}
.img3{
    width: 50%;
    height: 100%;
    display: inline;
    margin: 1%;
}
.akerdion {
    border: 1px solid #982020;
    border-radius: 5px;
    margin:2px;
    padding: 1.04%;
    } 
.ozet {
    border-radius: 5px;
    cursor: pointer;
    margin: -1%;
    padding: 8px 10px;
    background: -webkit-linear-gradient(top, #e6e6e6 50%, #e6e6e6 50%);
}
h1{
    color: #f39c12;
}
h3{
    color: #f39c12;
}
main{
    margin-left: 6%;
    margin-right: 6%;
}
button{
    background-color: orange;
    border-radius: 10px;
    padding: 10;
    cursor: pointer;
}
a{
    color: #f39c12;
}
p{
    color: white;
    text-align: left;
    margin: 10px;
}
.divo3{
    width: 100%;
    height: 50%;
    display: flex;
    text-align: center;
}
.divo4{
    height: 33%;
    margin: 1%;
    background-color: #2c3e50;
}
.divo5{
    display: inline;
    a{
        color: red;
    }
    h2{
        text-align: center;
        color: red;
    }
}
.divo6{
    background-image: url(a5.jpg);
    background-repeat: no-repeat;
    text-align: left;
    h2{
        color: darkblue;
    }
    a{
        color: darkblue;
    }
}
.divo666{
    background-image: url(ldr1.png);
    background-repeat: no-repeat;
    text-align: left;
    opacity: 0.8;
    text-align: center;
    h2{
        color: teal;
        
    }
    a{
        color: teal;
    }
}
@media screen and (max-width: 500px) {
    .divo3{
        width: 100%;
        height: 50%;
        display: inline;
        text-align: center;
        
    }
    .divo4{
        height: 33%;
        margin: 1%;
        background-color: #2c3e50;
    }
    .divo6{
        text-align: center;
        h2{
            color: red;
        }
        a{
            color: red;
        }
    }
    .img3{
        width: 100%;
        height: 100%;
        display: inline;
        margin: 1%;
    }
    .dd{
        display: inline;
    }
}</pre></body></html>