@media (min-width:1200px){
  #malyg{
    display:none;
  }
  body{
    background-image:linear-gradient(0deg,rgba(34, 193, 195, 0.96) 0%, rgba(253, 187, 45, 0.94) 
      100%);
    width:100%;
    height:1634px;
    overflow:hidden;
    
    
    
  }
  a{
    text-decoration:none;
    color:white;
    position:sticky;
    font-size:1.8em;
  }
    a:active{
    color:green;
    font-size:120%;
    transition: font-size 2s;  
  }
  #glownyg{
    overflow:scroll;
    width:90%;
    height:1000px;
    font-size:2.2em;
    
  }
  .ar:nth-child(odd){
    background-color: rgba(255,255,255,0.4);
  }
}
@media (max-width:1199px){
  #duzyg{
    display:none; 
}
  body{
    width:100%;
    height:1800px;
	overflow:hidden;
    background-image: radial-gradient(circle,rgba(34, 193, 195, 0.96) 0%, rgba(253, 187, 45, 0.94) 
100%);
  font-size:1.7em;
  }
  a{
    text-decoration:none;
    color:white;
    font-size:2em;
    text-align:center;
    position:sticky;
    height:120px;
    
    
    
  }
  #glownym{
    width:100%;
    height:1850px;
    color:darkblue;
    overflow:scroll;
    
    
    
  }
  .czesio{
    font-size:3.3em;
    padding-left:19px;
  }
  .czesio:nth-child(odd){
    background-color: rgba(255,255,123,0.5);
  }
  
    a:active{
    color:green;
    font-size:120%;
    transition: font-size 2s;  
  }
}