@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;
}
.top{
    display: flex;
    flex-direction: row;
}
.main_link{
    text-decoration: none;
    font-weight: 700;
    color: black;
}
.main_link_container{
    transition: transform 400ms;
}
.main_link_container:hover{
    transform: scale(110%);
    transition: all 300ms ease;
}
.about_us_link{
    text-decoration: none;
    font-weight: 700;
    color: black;
}
.about_us_link_container{
    transition: transform 400ms;
}
.about_us_link_container:hover{
    transform: scale(110%);
    transition: all 300ms ease;
}
.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){
    .logo{
        width: 530px;
        height: 270px;
        display: block;
        margin-left: 6%;
        margin-right: auto; 
    }
    .wk{
        width: 140px;
        padding-left: 10%;
    }
    .telegram{
        width: 140px;
    }
    .top{
        display: flex;
        flex-direction: row;
    }
    .main_link{
        font-size: 32px;
    }
    .main_link_container{
        width: 268px;
        height: 40px;
        margin-top: 15%;
    }
    .about_us_link{
        font-size: 35px;
    }
    .about_us_link_container{
        height: 40px;
        width: 157px;
        margin-top: 15%;
        margin-left: 4%;
    }
    .diagram{
        width: 700px;
        display: block;
        margin: 0px auto 0px auto;
    }
    .a_div{
        font-size: 40px;
    }
    .a1{
        font-size: 50px;
        margin-left: 50px;
    }
    .a1_2{
        font-size: 50px;
        text-align: center;
        margin-left: 150px;
    }
    .red_a_con{
        color: red;
        display: flex;
        flex-direction: column;
        text-align: center;
        font-size: 75px;
    }
    .green_a_con{
        color: lime;
        -webkit-text-stroke: 0.5px black;
        display: flex;
        flex-direction: column;
        text-align: center;
        font-size: 75px;
    }
    .purple_a_con{
        color: rgb(140, 0, 255);
        display: flex;
        flex-direction: column;
        text-align: center;
        font-size: 75px;
    }
    .yellow_a_con{
        color: yellow;
        -webkit-text-stroke: 0.5px black;
        display: flex;
        flex-direction: column;
        text-align: center;
        font-size: 75px;
    }
    .blue_a_con{
        color: rgb(0, 136, 255);
        display: flex;
        flex-direction: column;
        text-align: center;
        font-size: 75px;
    }
    .full_price_con{
        display: block;
        margin: 50px auto 0px auto;
        font-size: 75px;
        text-align: center;
    }
    .links{
        text-align: center;
    }
}
@media screen and (min-width: 2200px) and (min-height: 1200px){
    .top{
        height: 350px;
    }
    .logo{
        display: block;
        margin: 0px auto 0px auto;
        width: 692px;
        height: 350px;
    }
    .about_us_link{
        font-family: "Comfortaa", sans-serif;
        font-weight: 700;
        text-decoration: none;
        color: black;
        font-size: 30px;
    }
    .about_us_link_container{
        margin-left: 11%;
        margin-top: 6%;
        height: 35px;
    }
    .main_link{
        font-family: "Comfortaa", sans-serif;
        font-weight: 700;
        font-size: 30px;
        text-decoration: none;
        color: black;
    }
    .main_link_container{
        width: 240px;
        height: 50px;
        margin-top: 6%;
        margin-right: 7%;
    }
    
    .main{
        display: flex;
        flex-direction: column;
    }
    .a1{
        font-family: "Comfortaa", sans-serif;;
        font-size: 45px;
        text-align: center;
    }
    .a1_2{
        font-family: "Comfortaa", sans-serif;;
        font-size: 45px;
        text-align: center;
    }
    .diagram{
        width: 500px;
        display: block;
        margin: 2% auto 0px auto;
    }
    .main{
        font-family: "Comfortaa", sans-serif;
        font-size: 40px;
    }
    .a_div{
        display: flex;
        flex-direction: row;
    }
    .red_a_con{
        color: red;
        display: flex;
        flex-direction: column;
        width: 450px;
        text-align: center;
    }
    .green_a_con{
        color: lime;
        -webkit-text-stroke: 0.5px black;
        margin-left: 5%;
        display: flex;
        flex-direction: column;
        width: 450px;
        text-align: center;
    }
    .purple_a_con{
        color: rgb(140, 0, 255);
        display: flex;
        flex-direction: column;
        width: 450px;
        text-align: center;
        margin-left: 5%;
    }
    .yellow_a_con{
        color: yellow;
        -webkit-text-stroke: 0.5px black;
        display: flex;
        flex-direction: column;
        width: 450px;
        text-align: center;
        margin-left: 5%;
    }
    .blue_a_con{
        color: rgb(0, 136, 255);
        display: flex;
        flex-direction: column;
        width: 450px;
        text-align: center;
        margin-left: 5%;
    }
    .full_price_con{
        display: block;
        margin: 50px auto 0px auto;
        font-size: 50px;
    }
    .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;
    }
}