body {
    background: linear-gradient(to right top, rgb(242, 239, 231), rgb(154, 203, 208), rgb(72, 166, 167) );
    height: 100vh;
    text-align: center;
  }
  h1 {
    text-align: center;
  }
  .hudba
  { background-color: rgb(0, 106, 113); 
    font-size: 35px;
    border-radius: 20px;
  
}
  .sport{
    background-color: rgb(0, 106, 113);
    font-size: 35px;
    border-radius: 20px;
  }
  .o_mne{
    background-color: rgb(0, 106, 113);
    font-size: 35px;
    border-radius: 20px;
  }
  .pratele{
    background-color: rgb(0, 106, 113);
    font-size: 35px;
    border-radius: 20px;
  }
  .zpět{
    background-color: rgb(0, 106, 113);
    font-size: 35px;
    position: fixed;
    bottom: 0;
    transform: translateX(-50%);
    margin-bottom: 20px;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    
    .vertikal img{ 
    display: block;
  margin: 10px auto; /* zarovnání na střed a mezera mezi fotkami */
  max-width: 90%;    /* přizpůsobení velikosti */
  border-radius: 10px;
}
  }
  #noty-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
  }
  .nota {
    position: absolute;
    animation: padani 20s linear forwards; /* zpomaleno */
    user-select: none;
  }
  
  @keyframes padani {
    0% {
      transform: translateY(-10%) rotate(0deg);
      opacity: 1;
    }
    100% {
      transform: translateY(150vh) rotate(500deg); /* padá dál = padá déle */
      opacity: 0.6;
    }
  }
  #micek {
    position: fixed;
    width: 60px;
    height: 60px;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    left: 100px;
    top: 100px;
  }
  
  #micek img {
    width: 100%;
    height: 100%;
    animation: rotace 2s linear infinite;
  }
  
  @keyframes rotace {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  body {
    font-family: sans-serif;
    text-align: center;
  }

  .zpět {
    background-color: rgb(0, 106, 113);
    font-size: 30px;
    padding: 10px 20px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin: 20px;
  }

  .galerie {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-auto-rows: auto;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
  }

  .galerie img {
    display: block;
    width: 200px;
    height: auto;
  }

  .strom {
    grid-row: span 2;
    width: 230px;
  }

  .lampa {
    grid-row: span 2;
    width: 230px;
  }
  .tlacitka {
    margin-bottom: 20px;
}
  