  @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;
        

    }

    #flexy {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
     
        
    }
    


	#box_dla_link_do_historii_lewy {
        
       margin-top: 20px;
      
        font-size: 12px;
        
	}

    #box_dla_link_do_historii_prawy {
        
        margin-top: 20px;
        font-size: 12px;
       
	}

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

    #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: 90%;
	
       }
    #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: #010130;
      }
      .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;


    }
    #flexy {
        display: flex;
    }
    #box_dla_link_do_historii_lewy {
        align-content: center;
        text-align: start;
        /* border: #599c00 solid ;*/
        width: 350px;
        margin-left: 10px;
    }
    
    #box_dla_link_do_historii_prawy {
        align-content: center;
        text-align: end;
        /*border: #599c00 solid ;*/
        width: 350px;
        margin-right: 10px;
    }
    

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

    #link_do_historii:hover{
        color: coral;
    }

    
    #dane {
        margin-top: 55px;
        text-align: center;
        font-size: 18px;
        color: rgb(109, 243, 109);

    }
    
    #box_zawierajacy_image {
        text-align: center;
        margin-top: 50px;
         /* border: #f37c86 solid ; */
        width: fit-content;
    }


    img {
        
        width: 80%;

       }
    #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;
      }
    }

