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

#link{
  width:320px;
  height:100px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:320px;
  height:100px;
  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: 320px;
  height: 100px;
}

#bg-2{
  fill:#00AEEF
}

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

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

#bg-3{
  left:-320px
}



#btn{

  font-family: 'Nunito', sans-serif;

  position: absolute;
  display: block;
  top: 63px;
  left: 170px;
  width: 100px;
  height: 24px;
  border-radius: 14px;
  color: white;
  text-align: center;
  line-height: 24px;
  font-weight: 800;
  font-size: 13px;

  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: 195px;
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.4);
}

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

#img-1{
  position: absolute;
  left: 220px;
  top: 5px;
  height:90px;
}

#img-2{
  position: absolute;
  left: 230px;
  top: 2px;
  height:96px;
}

#img-3{
  position: absolute;
  left: 210px;
  top: 5px;
  height:90px;
}

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

#text-1{
  left:10px;
  top: 50px;
  position: absolute;
}

#text-1 .line{
  font-size: 18px;
  line-height: 20px;
  width:160px;
}

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

#text-2 .line{
  font-size: 14px;
  width:190px;
}

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

#text-3 .line{
  font-size: 17px;
  line-height: 20px;
  width:190px;
}

#text-4{
  top: 7px;
  left:130px;
  position: absolute;
  
}

#text-4 > .line {
  font-size: 15px;
  line-height: 17px;
  width:180px
}

#logo{
  left: 40px;
  top: 5px;
  width:100px
}