

body {
  background-color: #000000;
  background-image: url("https://www.transparenttextures.com/patterns/green-cup.png");
  justify-content: space-around;
width: 100%;
  
}


#ramka {
  display: flex;
  background-color: #000000;
  background-image: url("https://www.transparenttextures.com/patterns/ps-neutral.png");
  width: 80%;
  margin: 10%; 
  height: auto;
  
  border: 15px solid black;
  margin-top: 10%;
align-self: center;

}
#blok {
  background-color: #401c00;
  background-image: url("https://www.transparenttextures.com/patterns/brick-wall.png");
  margin-left: 34%;
  margin-right: 14%;
  display: flex;
  height: auto;
  position: static;
  flex-direction: column;
}

#guestb {
height: auto;
margin: 7%;
width: 90%;
display: flex;
  flex-direction: column;

}


#head {
 position: -webkit-sticky;
  position: sticky;
  top: -2px;
  left: -1px;
  right: -1px;
  overflow: hidden;


}



#komy {
  display: flex;
  margin: 12%;
  width: 50%;
}


#kos {
  width: 100%;
}
#blinkies {
  flex-flow: column wrap;
  display: flex;

}

#trawa {
  width: 100%;
  position: static;
  align-self: baseline;
  background-color: green;
  height: auto;
  left: 2px;
  right: -4px;

}


 
