
body {
    display: flex;
    justify-content: center; 
    align-items: center; 
    background-color: #1F1F1F;
    font-family: "Poiret One", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
    }

  .navbar {
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    margin-top: 3%;
  }
  
  .navbar .logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 8%;
  }
  
  .nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-right: 20%;

  }
  
  .nav-links li {
    margin-right: 60px;
  }
  
  .nav-links li:last-child {
    margin-right: 0;
  }
  
  .nav-links li a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
  }
  
  .img1{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    width: 25%;
    margin-top:-5%;
  }

  .img2{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
  }

  .doplnky{
    margin-left: 18%;
    margin-right: auto;
    width: 7%;
    opacity: 0.7;
    margin-bottom: 10%;
    margin-top: -1%;
  }
  .doplnky1{
    margin-left: 80%;
    margin-right: auto;
    width: 10%;
    opacity: 0.7;
  }
  .p1{
    text-align: center;
    color: #fff;
    font-size: 130%;
    
  }
  
  .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px; /* Adjust the value to set the desired horizontal gap */
    grid-row-gap: 1%;
    margin-left: 13%; 
  }
  
  .gallery-item img {
    max-width: 60%;
    }

  .scroll-wrapper {
    overflow-y: scroll; 
    height: 100vh; 
    padding-right: 17px; 
  }
  
 
  .scroll-wrapper::-webkit-scrollbar {
    display: none;
  }

  footer {
    color: #fff;
    padding: 20px 0;
  }
  
  .footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50%;
  }
  
  .instagram-icon img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  
  .footer-text {
    font-family: Arial, sans-serif;
  }
  
  .hArt {
    font-style: italic;
    font-weight: bold;
  }