 @media screen and (max-width: 1099px) {
   *{margin: 0;
    padding: 0;
    }
   
    body {
        min-height: 100vh;
        width: 100vw;
        background: #000000;
        background: linear-gradient(90deg, #7c7cf3 0%, #979595 50%, #7c7cf3 100%);
    }

    #wrapper
    {
    
        display: grid;
        grid-template-columns: 100vw;
        width: 100%;
        height: fit-content;
        

    }

    #box_dla_link_do_historii {
        text-align: center;
        margin-top: 20px;
        width: 100%;
    }
    


	#link_do_historii {
        font-family: "Sigmar", sans-serif;	
        text-decoration: none;
        color: crimson;
        font-size: 20px;
	}

    #link_do_historii:hover{
        color: coral;
    }
     
    
    #dane {
        margin-top: 15px;
        text-align: center;
        font-size: 15px;
        color: rgb(11, 87, 11);

    }
    
    #box_zawierajacy_image {
        text-align: center;
        margin-top: 20px;
    }


    img {
        
	width: 50%;
	
       }
    #linko
      {
          width: 100%;
          align-self: last baseline;
          text-align: center;
         /* padding-left: 10px;*/
          font-size: 13px;
          font-family: 'Roboto Light', serif;
         padding-top: 3vh;
	/* border: red solid; */    
	 }
      a.wllinko{ 
          text-decoration: none; 
          color: #02011f;
      }
      .wllinko:hover{
          color: #08067c;
          text-decoration: none;
      }
   }

   @media screen and (min-width: 1100px) {

   *{margin: 0;
    padding: 0;
    }
   
    body {
        min-height: 100vh;
        width: 100vw;
        background: #000000;
        background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, #979595 50%, rgba(0, 0, 0, 1) 100%);
    }

    #wrapper
    {
    
        display: grid;
        grid-template-columns: 100vw;
        width: 100%;
        height: fit-content;
        

    }

    #box_dla_link_do_historii {
        text-align: center;
        margin-top: 70px;
        width: 100%;
    }
    


	#link_do_historii {
        font-family: "Sigmar", sans-serif;	
        text-decoration: none;
        color: crimson;
        font-size: 30px;
	}

    #link_do_historii:hover{
        color: coral;
    }
     
    
    #dane {
        margin-top: 100px;
        text-align: center;
        font-size: 20px;
        color: rgb(11, 87, 11);

    }
    
    #box_zawierajacy_image {
        text-align: center;
        margin-top: 50px;
    }


    img {
        
	width: 22%;
	
       }
 
 	#linko
      {
          width: 100%;
          align-self: last baseline;
          text-align: center;
          font-size: 15px;
          font-family: 'Roboto Light', serif;
         padding-top: 3vh;
	 }
      a.wllinko{ 
          text-decoration: none; 
          color: #02011f;
      }
      .wllinko:hover{
          color: #08067c;
          text-decoration: none;
      }
    }

