body {
    font-family: sans-serif;
    margin: 0px;
    width:auto;
    height:auto;
    background-color: gainsboro;
  }
  
  #container {
    margin-left: 13%;
    width: 75%;
    margin-top: 50px;
    border: 0.5px solid black;
    background-color: white !important;
    -webkit-box-shadow: 0px 0px 32px -4px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 32px -4px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 32px -4px rgba(66, 68, 90, 1);
  }
  
  h1, h2 {
    margin: 0;
    color: blue;
  } 


  #logo {
    margin: 20px;
    height: 6em;
  }
  #lista2{
      margin-left: 3%;
  }
#pole{
 text-align: center;
 height: auto;
}
#pasek-menu{
  height: 45px;
  width: auto;
  background-color: gainsboro;
  text-align: center;
  align-items: center;
  margin-right: 20px;
  margin-left: 20px;
  border-bottom: 2px blue solid;

}
.blok-menu{
  justify-content: center;
  float: left;
  font-size: 14px;
  padding-left:10px;
  padding-right:10px;
  border: 0.2px solid white;
  transition: all .8s ease-in-out;
  text-transform: uppercase;
  border-bottom: 2px blue solid;
}
.blok-menu:hover{
  background-color: #606060;
  color: white !important;
  transition: all .8s ease-in-out;
}
a:link ,a:visited ,a:active {
  text-decoration: none;
  color:black;
  
}
#tresc{
  text-align: center;
  align-items: center; 
  height: auto;
}
#kolumna{
  width: 99%;
  padding: 10px;
}
.wpis{
  padding: 30px;
  text-align: left;
}
footer{
  text-align: center;
  align-items: center;
  justify-content: center;
}
ul{ 
  width: 80%;
  list-style-type: none;
}
ul li{
  border-bottom:1px solid blue ;
  padding: 10px;
}
li a:hover{
 color: #606060;
}
#pasek-menu2 a.icon {
  display: none;
}
#kolorki{
  float: right;
  margin-right: 40px;
  margin-top: 2%;
}
#kwadraty1{
  background-color:yellow;
  width: 50px;
  height: 50px;
  margin:10px;
  border:2px solid black;
  float: left;
}#kwadraty2{
  background-color:rgb(62, 192, 15);
  width: 50px;
  height: 50px;
  margin:10px;
  border:2px solid black;
  float: left;
}
#powieksz{
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 99%;
  font-size: larger;
}
#orzel{
    height:auto;
    width:auto;
}
#flaga{
    height:auto;
    width:auto;
}
#pasek-zdj{
    width:800px;
}
#zdj{
    display: flex;
}
#zdj img{
    width: 25%;
}
#plakat{
    width:90%;
    height:120%;
}
@media only screen and (max-width: 1200px) {
    .wpis{
  padding: 20px;
}
    #plakat{
    width:95%;
    height:120%;
}
    #zdj{
        display: flow;
    }
    #zdj img{
    width: 47%;
    height: 20%;
}
    #kolorki{
  float: right;
  margin-right: 20px;
  margin-top: 3%;
}
  #logo {
      width: 200px;
  }
  #logo-myszkow{
    width: auto;
    height: auto;
  }
  #container{
    margin-left: 0%;
    width: auto;
    margin-top: 0px;
  }
  #kwadraty1{
    width: 30px;
    height: 30px;
  }
   #kwadraty2{
    width: 30px;
    height: 30px;
  }
  html{
    width: auto;
  }
  #pasek-menu{
    display: none;
  }
  #kolumna h2{
    font-size:large;
  }
  #kolumna{
    font-size:small;
    width: 95%;
  }
  #kolumna h2{
    font-size: large;
  }
  #kolumna h1{
    font-size: large;
  }
    #pasek-menu2 a.icon {
    display: block;
  }
  #lista2{
      margin-left:1%;
  }
  #dol{
    display: none;
  }
  #orzel{
      height:230px;
      width:170px;
  }
  #flaga{
      width:250px;
      height:150px;
  }
  #pasek-zdj{
      width:400px;
      height:70px;
  }
}

