body {
  background:#ccc;
  padding:0;
  margin:0;
}

#link{
  width:336px;
  height:280px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:336px;
  height:280px;
  display:box;
  border:1px solid #00AEEF;
  background-color: #00AEEF ;
  box-sizing: border-box;
}

img, svg {
  position: absolute;
}

#all{
  visibility: hidden;
}

#bg-1{
  position: absolute;
  background: rgb(213,244,255);
  background: radial-gradient(circle, rgba(213,244,255,1) 0%, rgba(0,174,239,1) 100%);
  width: 336px;
  height: 280px;
}

#bg-2{
  fill:#00AEEF
}

#bg-2{
  position: absolute;
  left: -132px;
  top: -160px;
  width: 600px;
  height: 600px;
}

#bg-3, #bg-4{
  background-color: #00AEEF;
  position: absolute;
  width:336px;
  height:280px;
}

#bg-3{
  left:-168px
}

#bg-4{
  top:90px
}

#btn{
  font-family: 'Nunito', sans-serif;
  position: absolute;
  display: block;
  top: 210px;
  left: 20px;
  width: 135px;
  height: 40px;
  border-radius: 20px;
  color: white;
  text-align: center;
  line-height: 40px;
  font-weight: 800;
  font-size: 16px;
  background: rgb(253,53,1);
  background: linear-gradient(0deg, rgba(253,53,1,1) 0%, rgba(253,144,1,1) 100%);

}

a > #btn{

  box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
  transition: top .2s, box-shadow .1s;
  
}

a:hover > #btn{
    top: 205px;
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.4);
}

a:active > #btn{
    top: 210px;
    box-shadow: 0px 2px 5px 8px rgba(0,0,0,0.3);
}

#img-1{
  position: absolute;
  left: 200px;
  top: 45px;
}

#img-2{
  position: absolute;
  left: 210px;
  top: 50px;
}

#img-3{
  position: absolute;
  left: 190px;
  top: 60px;
}

#text-1{
  top: 110px;
  position: absolute;
}

#text-2{
  top: 100px;
  position: absolute;
}

#text-3{
  top: 100px;
  position: absolute;
}

#text-4{
  top: 125px;
  left:20px;
  position: absolute;
}

#logo{
  left: 20px;
  top: 32px;
  width:132px
}

.line{
  font-family: 'Nunito', sans-serif;
  color:white;
  font-size: 18px;
  line-height: 23px;
  font-weight: 800;
  width:168px;
  text-align: center;
}

#text-4 > .line {
  width:300px
}