body {
    margin: 0;
}
textarea {
  width: 100%;
  width: 650px;
  height: 650px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
  border: 5px double #1C6EA4;
  border-radius: 40px 40px 40px 40px;
}
input {
    position: absolute;
    padding: 5px 10px;
    font-size: 18px;
    bottom: 0;
    left: 0;
    height: 40px;
    box-sizing: border-box;
    border: none;
    width: 100vw;
}

    @font-face { font-family: KillerTech; src: url('fonts/KillerTech.ttf'); }
    
    #KillerTech {
      font-family:  KillerTech;
    }

#img {
       opacity: 1.0;
  }
  

#pudelko {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
    padding: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
     opacity: 0.6;
    z-index: 0;
    width: 770px;
    height: 500px;
  }
.pudelko::-webkit-scrollbar {
    width: 10px;
    height: 20px;
}
 
.pudelko::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.pudelko::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
   border-radius: 20px 20px;
}

/*normalne przeglądarki scrollbar (nie działa)*/
body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: orange;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: blue;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid orange;  /* creates padding around scroll thumb */
}

/*firefox scrollbar*/
body {
  scrollbar-width: thin;          /* "auto" or "thin" */
  scrollbar-color: green white;   /* scroll thumb and track */ 
}


#panpud {
    background-color: #FFFFFF;
    color: #32a852;
    font-weight: bold;
    padding: 50px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
     opacity: 0.6;
    z-index: 1;
    width: 700x;
    height: 400px;
    border: 5px double #1C6EA4;
    border-radius: 40px 40px 40px 40px;
  }



  #login {
border: 5px double #1C6EA4;
border-radius: 40px 40px 40px 40px;
}


#menu {
  background: #1CCC16;
  background: linear-gradient(to bottom,  #1CCC16,  #FF1717);
  color: #FFF;
  height: 61px;
  padding-left: 18px;
  border-radius: 19px;
}
#menu ul, #menu li {
  margin: 0 auto;
  padding: 0;
  list-style: none
}
#menu ul {
  width: 100%;
}
#menu li {
  float: left;
  display: inline;
  position: relative;
}
#menu a {
  display: block;
  line-height: 61px;
  padding: 0 14px;
  text-decoration: none;
  color: #F7F2F2;
  font-size: 22px;
}
#menu a.dropdown-arrow:after {
  content: "\25BE";
  margin-left: 5px;
}
#menu li a:hover {
  color: #000000;
  background: #85F263;
}
#menu input {
  display: none;
  margin: 0;
  padding: 0;
  height: 61px;
  width: 100%;
  opacity: 0;
  cursor: pointer
}
#menu label {
  display: none;
  line-height: 61px;
  text-align: center;
  position: absolute;
  left: 35px
}
#menu label:before {
  font-size: 1.6em;
  content: "\2261";
  margin-left: 20px;
}
#menu ul.sub-menus{
  height: auto;
  overflow: hidden;
  width: 170px;
  background: #968D80;
  position: absolute;
  z-index: 99;
  display: none;
}
#menu ul.sub-menus li {
  display: block;
  width: 100%;
}
#menu ul.sub-menus a {
  color: #FFFFFF;
  font-size: 14px;
}
#menu li:hover ul.sub-menus {
  display: block
}
#menu ul.sub-menus a:hover{
  background: #85F263;
  color: #000000;
}
@media screen and (max-width: 800px){
  #menu {position:relative}
  #menu ul {background:#111;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none}
  #menu ul.sub-menus {width:100%;position:static;}
  #menu ul.sub-menus a {padding-left:30px;}
  #menu li {display:block;float:none;width:auto;}
  #menu input, #menu label {position:absolute;top:0;left:0;display:block}
  #menu input {z-index:4}
  #menu input:checked + label {color:white}
  #menu input:checked + label:before {content:"\00d7"}
  #menu input:checked ~ ul {display:block}
}

.container {
  position: relative;
  width: 90;
    justify-content: start;
}

.image {
  display: block;
  width: 90;
  height: 120;
  justify-content: start;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #FFFFFF;
}

.container:hover .overlay {
  opacity: 1;

}

.text {
  color: black;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
