@media(max-width: 1199px){
    #duzy{
        display: none;
    }
    body{
 margin:40px;
 background-color: rgb(16, 214, 76);
    }
    #maly{
        background-color: rgb(34, 63, 6);
        color: rgb(232, 219, 197);
        font-size:3.65em;
        padding:33px;
       
    }
    a{
        text-decoration: none;
        color: aqua;
        font-size:1.8em;
      	position:sticky;
      	top:40px;
    }
    a:active{
        font-size: 2em;
        color: chartreuse;
    }
}