
@media(max-width:1000px){
  body{
    background-color: cornflowerblue;
    color: rgb(106,212,240);
    
    
  }
  .klasa{
   margin-left:0.5em;
    
      
  }

  
    #duze{
    display: none;
   }
  
   #gm{
    float: left;
    width:100%;
    background-color: coral;
    color: brown;
    font-size: 23px;
    text-align:center;
    height: 118px;
   }
 
#malyg{
    background-image: url("piec.png");
    background-size:cover;
    width: 100%;
    height: 1500px;
    float: left;
    font-size:58px;
  	line-height:97px;
  overflow-y:scroll;

  }
  #male{
    overflow-y:scroll;
  }
#malastopka{
    background-color: chartreuse;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 34px;
}
  #march{
    overflow:scroll;
    width:100%;
    height:880px;
  }
}

@media(min-width:1001px){
body{
    margin:0;
  color: rgb(38,86,174);
   
}
    .klasa{
    padding-left:1.6em;
    opacity:1;
      
  }
#male{
    display:none;
}
#duze{
  color: rgb(38,86,174);
}
#gd{
    color: beige;
    font-size: 24px;
    background-color: rgb(81, 110, 37);
  float: left;
    margin-top: 0px;
    height:89px;
  	margin:auto;
    text-align: center;
    width: 100%;
  	
    
   
    

}
 
  }
#glownyd{
    background-image: url("piecyk.png");
    background-size: cover;
	opacity:0.9;
    width:100%;
    font-size:39px;
    line-height:34px;
  height: 1200px;
    float: left;
   color: rgb(255,0,0);
  text-align:center;
  	line-height:60px;
}
    #darch{
    overflow-y:scroll;
    width:90%;
    height: 900px;
  }
#stopkad{
    float:left;
    background-color: cadetblue;
    width: 100%;
    height: 50px;
    color:wheat;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size:19px;
}

}