body{
background-color: brown;
      color: white;
  }
  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;
    left: 89%;
    top: 2%;
    font-size: 35px;
    color: white;
  }
  .logo{
    position: absolute;
    width: 52px;
    right: 1588px;
    top: 8px;
    border: 2px solid red;
  }
  .logo:hover{
   background-color:rgba(255, 255, 255, 0.5);
   transition: all 0.3s linear 0s;
  }
  .tryby{
    text-align: center;
    padding: 20px;
    background-color: black;
    width: 800px;
    border: 2px solid white;
    border-radius: 100px;
    margin-right: auto;
}
div.zdj{
background-image: url("grafika.jpg");
width: 640px;
height: 861px;
background-repeat: round;
position: absolute;
top: 710px;
left: 900px;
border-radius: 20px;
}
.notatka{
margin: auto;
text-align: left;
background-color: black;
width: 600px;
border-radius: 20px;
padding: 5px;
}
h2, h1{
    text-align: center;
}