#container
{
    width:100%;
    height:1000px;
    font-family: Montserrat,sans-serif;
    display:flex;
    flex-direction: column;
}
.navbar a.archiwum {
  background-color: #4fa3f0;
  color: white;
  border-radius: 5px;
}
.images
{
  justify-items: center;
}
h2,h3,h4,h5
{
  padding: 10px;
text-align: center;
}
#under
{
  text-align: center;
  margin:auto;
}
img
{
    width:50%;
    margin:auto;
}
.archiwum-info
{
    background-color: #4fa3f0;
    padding-top: 210px;
    padding-bottom: 20px;
    height: 40%;
    color:white;
    text-align: center;
}
.zebranieWalne
{
  background-color: #4fa3f0;
}
.zebranieWalne a
{
  color:white;
}
.aktualnosci-web
{
  margin-left: auto;
  margin-right: auto;
}
#aktualnosci h1
{
  text-align: center;
}
a
{
  text-decoration: none;
  color:#4fa3f0;
}
a:hover
{
  color:#2f8de6;
}
h4
{
text-align: center;
}
#aktualnosci
{
  font-size: 18px;
  background-color: white;
  display: flex;
  flex-direction: column;
  width:100%;
  padding-bottom: 50px;
}
#aktualnosci img
{
  margin-left: auto;
  margin-right: auto;
  width:30%;
  height:70%;
}
#first p
{
  font-weight: 300;
}

@media screen and (max-width: 600px){
    .archiwum-info
    {
      height: 70px;
      padding-top: 200px;
    }
  } 
