html, body {
    max-width: 100%;
    overflow-x: hidden;
  }
  
  body{
    
    margin: 0;
    padding: 0;
    font-family:sans-serif;
    background-color: rgba(194,255,37,1);
    background-image: linear-gradient(180deg, rgba(194,255,37,1) 12%,
  rgba(255, 255, 255, 1) 100%);
  height: 100vh;

}



#preloader{
  /* background: rgba(194,255,37,1); */
  background-image: linear-gradient(180deg, rgba(194,255,37,1) 12%,
  rgba(255, 255, 255, 1) 100%);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0;
  margin: 0;
}
  
 
  
  .logo{
    width: 60%;
    margin: 0 auto;
  }
  
  .logo img{
    display: block;
    height: 80px;
    margin: auto;
    padding: 10px 0 0 0;
  }
  
  
  
  .menu{
    width: 60%;
    table-layout: fixed;
    margin: auto;
    color: black;
      text-decoration: none;
      text-transform: uppercase;
      font-style: italic;
      text-align: center;
      padding: 10px 0 0 0;
  }
  
  .menu-mobile{
    display: none;
    width: 60%;
    margin: auto;
    color: black;
      text-decoration: none;
      text-transform: uppercase;
      font-style: italic;
      text-align: center;
      padding: 10px 0 0 0;
  }
  
  .menu a, .menu-mobile a{
    color: black;
      text-decoration: none;
      text-transform: uppercase;
      font-style: normal;
  }
  
  .art-item{
    width: 80%;
    margin: auto;
  }
  
  .art-item p{
    width: 90%;
    margin: auto;
    padding: 30px 0 20px 0;
    font-size: 3em;
    text-align: center;
    text-transform: uppercase;
  }
  
  .art-item .render{
    width: 70%;
    margin: auto;
  
  }
  
  .art-item img{
    width: 100%;
    margin: auto;
    padding: 20px 0 0 0;
  }

  .art-item a{  display:inline-block; color:#000;}
  /* .content__type a:hover{color: #69140c;} */
  .art-item a span { position:absolute; display:none; z-index:99; overflow: visible;}
  .art-item a:hover span { display:block;  }

  .box a{
    color: #000;
  }
  
  @media (max-width: 850px) {
    .menu{
      display: none;
    }
  
    .menu-mobile{
      display: table;
    }
  
    
  
  
  }
  
  @media (max-width: 1024px){
    .art-item{
      width: 100%;
    }
  
    .art-item .render{
      width: 100%;
      margin: auto;
      
    
    }

    .overlay-loader{
      top: 39%;
    }
  
  
  
  }