.decoration{
			margin-left:5%;
			margin-right:5%;
		.decoration-box img{
			height:50%;
		}
        .decoration-container{
            grid-template-columns: repeat(3, 1fr);
        }
		.
        .hero-img{
            height:20vh;
        }
		.hero-img img{
			height:20vh;
		}
        .animation h1{
            padding:10px;
             font-size: 25px;
            
         }
         
         .animation{
            width:70%;
           top:5%;
           right:0%;
         }
         .navigation{
           width:80%;
           position: absolute;
         top:0;
         right:60;
       }
	   .special-video{
    margin-top:0%;
    margin-left:5%;
    margin-right:5%;
  }
  .special-video-container{
	  display:grid;
	  grid-template-columns:1fr;
  }
  .special-song-box img{
	  width:100%;
	  height:30%;
  }
  .special-img img{
      
	  width:50%;
	  height:100px;

  }
  .special-song-container{
	  display:grid;
	  grid-template-columns:1fr;
	  )
       .navigation a{
        padding-right:20;
        font-size: 30px;
       }
       .hero-img p{
        font-size: 10px;
        right:0%;
        bottom: 70%;
       }
	   .special-img{
		   width:100%;
	   }
       .main{
        display:grid;
        grid-template-columns:1fr;
        grid-gap:40px;
    }
    
    }