@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');   
html{
    background-color: rgb(184, 232, 216);
    font-family: "Comfortaa", sans-serif;
}
.about_us_link_container{
    transition: transform 400ms;
}
.prices_link_container{
    transition: transform 400ms;
}
.prices_link_container:hover{
    transform: scale(110%);
    transition: all 300ms ease;
}   
.about_us_link_container:hover{
    transform: scale(110%);
    transition: all 300ms ease;
}
.prices_link{
    text-decoration: none;
    font-weight: 700;
    color: black;
}
.about_us_link{
    text-decoration: none;
    font-weight: 700;
    color: black;
}
.wk:hover{
    transform: scale(110%);
    transition: all 300ms ease;
}
.telegram:hover{
    transform: scale(110%);
    transition: all 300ms ease;
}
@media screen and (min-width: 1080px) and (max-width: 1300px) {
    .center{
        display: flex;
        flex-flow: wrap;
    }
    .wk{
        width: 140px;
        padding-left: 10%;
    }
    .telegram{
        width: 140px;
    }
    .top{
        display: flex;
        flex-direction: row;
    }
    .prices_link_container{
        width: 180px;
        height: 42px;
        margin-top: 15%;
        margin-left: 4%;
    }
    .prices_link{
        font-size: 35px;
    }
    .about_us_link{
        font-size: 35px;
    }
    .about_us_link_container{
        height: 40px;
        width: 160px;
        margin-top: 15%;
        margin-right: 3%;
    }
    .aoc_msg{
        order: 1;
    }
    .logo{
        width: 530px;
        height: 270px;
        display: block;
        margin-left: auto;
        margin-right: auto; 
    }
    .good-earth{
        order: 2;
        width: 1070px;
    }
    .pollution_message{
        order: 2;
        font-size: 28px;
    }
    .about_our_company{
        display: flex;
        flex-flow: wrap;
        order: 2;
        font-size: 28px;
        margin-top: 50px;
    }
    .pollution_img{
        order: 1;
        width: 1070px;
    }
    .pollution{
        display: flex;
        flex-flow: wrap;
        order: 1;
    }
    .links{
        text-align: center;
    }
}
@media screen and (min-width: 2200px) and (min-height: 1200px){
    .logo{
        display: block;
        margin: 0px auto 0px auto;
    }
    .top{
        display: flex;
        flex-direction: row;
        height: 350px;
    }
    .pollution_img{
        width: 1000px;
        margin-top: 50px;
    }
    .pollution_msg_2{
        margin-top: 30px;
        float: left;
    }
    .pollution{
        display: flex;
        flex-direction: column;
        margin-top: 3%;
        margin-left: 10%;
        width: 1030px;
        font-size: 19px;
    }
    .pollution_message{
        display: flex;
        flex-direction: column;
    }
    .prices_link_container{
        width: 200px;
        height: 50px;
        transition: transform 400ms;
        margin-top: 6%;
        margin-left: 10%;
    }
    .prices_link{
        font-weight: 700;
        font-size: 30px;
    }
    .about_us_link{
        font-family: "Comfortaa", sans-serif;
        font-weight: 700;
        font-size: 30px;
    }
    .about_us_link_container{
        width: 150px;
        height: 40px;
        transition: transform 400ms;
        margin-top: 6%;
        margin-right: 10%;
    }
    .about_our_company{
        display: flex;
        flex-direction: column;
        float: right;
        margin-right: 13%;
    }
    .aoc_msg{
        font-size: 19px;
        font-family: "Comfortaa", sans-serif;
        display: flex;
        flex-direction: column;
    }
    .aoc_2{
        margin-top: 20px;
    }
    
    .good-earth{
        width: 800px;
    }
    .telegram{
        width: 100px;
        transition: transform 400ms;
    }
    .telegram:hover{
        transform: scale(110%);
        transition: all 300ms ease;
    }
    .wk{
        width: 100px;
        margin-left: 2%;
        transition: transform 400ms;
    }
    .wk:hover{
        transform: scale(110%);
        transition: all 300ms ease;
    }
    .links{
        text-align: center;
        margin: 75px;
    }
}