#gora {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background-color: rgb(52, 52, 255);
  border-radius: 15px;
  flex-wrap: wrap;
  box-shadow: 0 10px  rgb(0, 13, 156);
  position: sticky;
  top: 10px;
  z-index: 10;
}

#gora a, #gora button, #gora h3, #tecza  {
  padding: 5px;
  border: solid 2.5px blue;
  border-radius: 10px;
  font-size: medium;
  margin: 10px auto 10px auto;
  background-color: rgb(180, 201, 255);
  color: blue;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  font-family: sans-serif;
}

#gora button {
  font-size: 15px;
}

#button, #world2Button{
  margin: 25px auto 25px auto;
  display: block;
  border-radius: 25px;
  border: solid 5px;
  background-image: linear-gradient(to right, rgb(123, 123, 252), aquamarine);
  box-shadow: 0px 10px 0px rgba(0, 1, 51, 0.5);
}

img {
  width: 90%;
  display: block;
  margin: 20px auto;
}

#ulep1 button {
  width: 49%;
  display: inline-block;
  border-radius: 10px;
  background: #92d1e5;
  border: 3px solid black;
  box-shadow: 5px 5px;
}

#body{
  background-image: linear-gradient(to right, rgb(123, 189, 232), rgb(125, 179, 255), rgb(69, 100, 255));
  height: 100%;
  transition: background-image 0.5s ease;
}

#podziekowania {
  display: block;
}

#con{
  display: flex;
  justify-content: space-around;
}

#con button {
  border-radius: 20px;
  margin: 20px;
  height: 100px;
  width: 100px;
  font-size: 32px;
}
#con a {
  margin: 20px;
  border: solid;
  background-color: lightgray;
  font-size: xx-large;
  border-radius: 20px;
  display: block;
  padding: 30px 0 0 30px;
  height: 70px;
  width: 75px;
  color: black;
}

#link2 {
  font-size: 24px;
}


#gora button:hover{
  cursor: pointer;
}

#muzykaPod {
  position: absolute;
  bottom: 0;
  right: 2.5px;
}

#world2 {
  border-radius: 20px;
  margin: 20px;
  height: auto;
  width: auto;
  font-size: large;
  padding: 10px;
  background: #fbca1f;
  border: 3px solid black;
  box-shadow: 5px 5px;
}

.flexDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}

#world2:hover {
  cursor: pointer;
  transform: translate(2.5px, 2.5px);
  box-shadow: 2.5px 2.5px;
}

#world2:active {
  transform: translate(5px, 5px);
  box-shadow: 0px 0px;
}

#ulep1 button:hover {
  cursor: pointer;
  transform: translate(2.5px, 2.5px);
  box-shadow: 2.5px 2.5px;
}

#ulep1 button:active {
  transform: translate(5px, 5px);
  box-shadow: 0px 0px;
}

#tekst, #niewiem, #tekst2, #ogloszenia, #effect {
  background: rgb(208, 246, 97);
  border-radius: 20px;
  box-shadow: 5px 5px rgb(118, 139, 56);
  border: 3px solid black;
}
#niewiem {
display: none;
}


#tekst h2, #tekst2 h2{
  margin-left: 20px;
}

#bobasy, #superBobasy {
  position: relative;
  top: 7px;
}

#bobasyNaSek, #superBobasyNaSek {
  position: relative;
  bottom: 7px;
}

#has, #daj{
  display: inline;
}