body{
background-color: brown;
      font-family:Courier, "Lucida Console", monospace;
      color: rgb(0, 0, 0);
  }
  div.Pasek{
    background: url("bg.png") no-repeat center center fixed; 
      text-align: center;
      border: 2px solid white;
      }
      div a {
        text-align:center;
        color: rgb(230, 230, 230);
        font-size: 19px;
        padding: 10px;
        margin: 5px;
        display:inline-block;
       z-index: 7;
      }
      ul {
        display: inline;
        margin: 15px;
        top: 47px;
        padding: 0;
        z-index: 7;
      }
      ul li {display: inline-block;}
      ul li:hover ul {display: block;}
      ul li ul {
        position:absolute;
        width: 190px;
        display: none;
        z-index: 7;
      }
      ul li ul li { 
      display: block; 
      color: white;
      border: 2px solid white;
      z-index: 7;
      }
      ul li ul li a {display:inline-block;} 
      ul li ul li{
        background-color: rgb(0, 0, 0);
        z-index: 7;
      }
      ul li ul li:hover{
        background-color: rgb(154, 0, 0);
        z-index: 7;
      }
 #zegar{
  position: absolute;
  right: 1%;
  top:2%;
  font-size: 33px;
  color: white;
}
.logo{
  position: absolute;
  width: 3.2%;
  right: 100;
  top: 1;
  border: 2px solid red;
}
  .logo:hover{
   background-color:rgba(255, 255, 255, 0.5);
   transition: all 0.3s linear 0s;
  }

 .child:nth-child(5n+1) {
    background-color: #8fae3a;
    }
      .child:nth-child(5n+2) {
        background-color: #9dc03e;
          }
          .child:nth-child(5n+3) {
            background-color: #acd244;
              }
              .child:nth-child(5n+4) {
                background-color: #b3db47;
                  }
                  .child:nth-child(5n+5) {
                    background-color: #c1eb4e;
                      }
                  .child:hover{
                    background: white;
                    border-style: solid 1px black;
                  }
footer{
  position: absolute;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height:auto;
  text-align: center;
  color:white;
}