body {
    box-sizing: border-box;
    background-color: black;
    color: #08daff;
    font-size: 20px;
    font-family: gilroy;
}
@font-face {
    font-family: 'Gilroy';
    src: url('https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Extrabold.eot');
    src: local('Gilroy Extrabold'), local('Gilroy-Extrabold'),
    url('https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Extrabold.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Extrabold.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
  }
#wholemain{
    margin-top: 10%;
}
.gallery {
    margin: 14px 16px;
    float: left;
    width: 300px;
    border-radius: 13px;
}

.gallery:hover {
    cursor: pointer;
    transform: scale(1.05);
    box-shadow:
        0 0 1px #0ff,
        0 0 2px #0ff,
        0 0 3px #0ff,
        0 0 4px #0ff,
        0 0 5px #0ff,
        0 0 6px #0ff;
    font-family: Bungee Spice;
}


.gallery img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.desc {
    padding: 15px;
    text-align: center;
}

.content {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
#heading_art:hover{
    font-family: Bungee Spice;

}

#cursor{
    width: 20px;
    height: 20px;
    background-color: white ;
    border: 3px solid #007bff;
    border-radius:50%;
    position:fixed;
    font-size: 5px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index: 10;
  
  }
  #mainx{
    font-family: gilroy;
    display: flex;
    justify-content: center;
    margin-top:10px ;
  }
  #nav{
    display: flex;
    border:1px solid white;
    border-radius:60px;
    justify-content: space-between;
    width:90%;
    position: fixed;
    background-color: #007bff;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  #navbar {
    display: flex;
    gap:30px;
    padding: 50px 70px;
    font-size: 24px;
  }
  
  .nav-item a:hover {
    font-family: Bungee Spice;
    cursor: pointer;
    text-decoration: none;
  }


  .nav-item a {
    text-decoration: none;
    color: white;
  }


  .img{
    display: flex;
    padding: 20px;
  }
