*{margin:0;padding:0}
html,body{height:100%;}
body{
    background-image: linear-gradient( #297ca7, #ec0fe4);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: auto;
    height:100%;
}
#canvas{
    background-image: linear-gradient( #297ca7, #ec0fe4);
}
@-webkit-keyframes rotation{
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}
  }
.loopDiv{
  position:absolute;
  top:50px;
  right: 50px;
}
.loopBgmForever{
  height:50px;
  width:50px;
  cursor: pointer;
  animation: rotation 3s linear infinite;
}
.loopBgm{
  height:50px;
  width:50px;
  cursor: pointer;
}
.LOL{
    position:absolute;
    top:180px;
    left: 15px;
     height: 40px; 
     font-size: 18px;
     color:#ec0fe4;
}
.classic{
    position:absolute;
    top:80px;
    left: 15px;
     height: 40px; 
     font-size: 18px;
     color:#4be7f5;
}
.name{
    position:absolute;
    top:15px;
    height: 80px;
    width: 260px;
    left: -25px;
    top: 5px;
}
.name .singleSnow{
  display: none;
}
.unbelievableGame{
    color:#b9e769;
    position: absolute;
    top: 280px;
    left: 15px;
    height: 40px;
    font-size: 18px;
}
#unbelievableGameBtn{
    position: absolute;
    top: 320px;
    left: 15px;
    height: 40px;
}
.shuoStyleMath{
  color:#f88fd0;
  position: absolute;
  top: 380px;
  left: 15px;
  height: 40px;
  font-size: 18px;
}
#shuoStyleMathBtn{
  position: absolute;
  top: 420px;
  left: 15px;
  height: 40px;
}
.shuoshuoZoo{
  color:#eeee04;
  position: absolute;
  top: 480px;
  left: 15px;
  height: 40px;
  font-size: 18px;
}
#shuoshuoZooBtn{
  position: absolute;
  top: 520px;
  left: 15px;
  height: 40px;
}
.shuoshuoHelicopter{
  color:#f39252;
  position: absolute;
  top: 580px;
  left: 15px;
  height: 40px;
  font-size: 18px;
}
#shuoshuoHelicopterBtn{
  position: absolute;
  top: 620px;
  left: 15px;
  height: 40px;
}
.fansBlessing{
  color:#37dbb2;
  position: absolute;
  top: 680px;
  left: 15px;
  height: 40px;
  font-size: 18px;
}
#fansBlessingBtn{
  position: absolute;
  top: 720px;
  left: 15px;
  height: 40px;
}
.blessIns{
  position: absolute;
  top: 780px;
  left: 15px;
  height: 150px;
  width:1880px;
  color:#fff;
  font-size: 18px;
  margin-top:20px;
}
#classicBtn {
 position:absolute;
 top:120px;
 left: 15px;
  height: 40px;
}
#LOLBtn {
    position:absolute;
    top:220px;
    left: 15px;
     height: 40px;
   }
.btn {
  border: 1px solid;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 300;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 15px;
}

.one {
  color: #4cc9f0;
}

.two {
  color: #f038ff;
}

.three {
  color: #b9e769;
}
.four{
  color:#f88fd0
}
.five{
  color:#eeee04;
}
.six{
  color:#f39252;
}
.seven{
  color:#37dbb2;
}
.btn:hover {
  color: white;
  border: 0;
}

.one:hover {
  background-color: #4cc9f0;
  -webkit-box-shadow: 10px 10px 99px 6px rgba(76,201,240,1);
  -moz-box-shadow: 10px 10px 99px 6px rgba(76,201,240,1);
  box-shadow: 10px 10px 99px 6px rgba(76,201,240,1);
}

.two:hover {
  background-color: #f038ff;
  -webkit-box-shadow: 10px 10px 99px 6px rgba(240, 56, 255, 1);
  -moz-box-shadow: 10px 10px 99px 6px rgba(240, 56, 255, 1);
  box-shadow: 10px 10px 99px 6px rgba(240, 56, 255, 1);
}

.three:hover {
  background-color: #b9e769;
  -webkit-box-shadow: 10px 10px 99px 6px rgba(185, 231, 105, 1);
  -moz-box-shadow: 10px 10px 99px 6px rgba(185, 231, 105, 1);
  box-shadow: 10px 10px 99px 6px rgba(185, 231, 105, 1);
}
.four:hover{
  background-color: #f88fd0;
  -webkit-box-shadow: 10px 10px 99px 6px #f88fd0;
  -moz-box-shadow: 10px 10px 99px 6px #f88fd0;
  box-shadow: 10px 10px 99px 6px #f88fd0;
}
.five:hover{
  background-color: #eeee04;
  -webkit-box-shadow: 10px 10px 99px 6px #eeee04;
  -moz-box-shadow: 10px 10px 99px 6px #eeee04;
  box-shadow: 10px 10px 99px 6px #eeee04;
}
.six:hover{
  background-color: #f39252;
  -webkit-box-shadow: 10px 10px 99px 6px #f39252;
  -moz-box-shadow: 10px 10px 99px 6px #f39252;
  box-shadow: 10px 10px 99px 6px #f39252;
}
.seven:hover{
  background-color: #37dbb2;
  -webkit-box-shadow: 10px 10px 99px 6px #37dbb2;
  -moz-box-shadow: 10px 10px 99px 6px #37dbb2;
  box-shadow: 10px 10px 99px 6px #37dbb2;
}
.makeItCenter{
  text-align: center;
}