body{
background-color: brown;
      font-family:Courier, "Lucida Console", monospace;
      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;
  }
  .menu, .submenu{
    display: block;
    background-color: white;
    left: 100px;
    height: 100px;
    width: 100px;
    top:0;
    color: black;
    box-shadow: 0 0 35px black;
}
.submenu{
    display: none;
}
.menu:hover > .submenu{
    display: block;
    position: absolute;
    left: 10%;
    top: 19%;
}
#con{
    display: list-item;
    list-style-position:inside;
margin: 5px;
}
.container{
display: table;
}
#ba{
    border: 2px solid black;
    background-color: white;
    width: 240px;
    box-shadow: 0 0 15px black;
    margin: auto;
    padding: auto;
    color: black;
}
#x{
    border: 2px solid black;
    background-color: white;
    width: 800px;
    box-shadow: 0 0 15px black;  
    font-size: 16px;
    margin: auto;
    padding: auto;
    color: black;
} 
#bf:before { 
    content: "Content w before: ";
    border: 2px solid black;
    background-color: white;
    color: black;
    font-weight: bold;
  }
  #af:after { 
    content: ":Content w after";
    border: 2px solid black;
    background-color: white;
    color: rgb(0, 0, 0);
    font-weight: bold;
  }
.box{
    width: 20%;
  display: inline-block;
  color: white;
  text-align: center;
}
.orange{
    background-color: orange;
}
.blue{
    background-color: blue;
}
.purple{
    background-color: purple;
}
.green{
    background-color: green;
}
#foo:after {
    content: '';
    width: 50px;
    height: 50px;
    background: radial-gradient(circle, chartreuse 12%, crimson  42%);
    display: block;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    margin: auto;
    display: block;
    border-radius: 20px;
}

#foo:hover:after {
    display: block;
    width: 112px;
    height: 112px;
    background-color: gold;
    max-width: 100%;
    background-image: url(https://cdn.betterttv.net/emote/61b903af002cdeedc21f7192/3x);
    background-position: 50% 50%;  
    background-repeat: round;
}
#goo:after{
    display: block;
    content: '';
    width: 50px;
    height: 50px;
    background: aqua;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background-position: 50% 50%;  
    background-repeat: round;
    margin: auto;
    border-radius: 10px;
 } 
 
#goo:before{
    display: none;
    background-color: aqua;
}

 #goo:hover:after,
 #goo:hover:before{
    width: 224px;
    height: 224px;
    background-color:aqua;
    display: block;
    background-image: url(https://cdn.betterttv.net/emote/5f3178d3afb6965d6e7b5e43/3x);
    background-position: 50% 50%;  
    background-repeat: round;
    margin: auto;
 }
#abc{
    text-align: center;
    font-size: larger;
}

/* div.box{
    position: relative;
    background-color:whitesmoke ;  
    right: 15%;
    left: 15%;
    width: 70%;
    height: 300px;
} */
/* .effect{
position: relative;
}
.effect:before, .effect:after{
z-index: -100;
position: absolute;
content:" ";
bottom: 25px;
left: 10px;
width: 50%;
top: 80%;
max-width: 300px;
background-color:black;

box-shadow: 0 35px 20px black;llllk
transform: rotate(-8deg);
}
.effect:after{
    transform: rotate(8deg);ll
    right: 10px;
    left: auto;
}
 head{
    display: block;
    border: 2px solid white;
}
title{
    display: inline;
} */