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

#link{
  width:300px;
  height:600px;
  position:absolute;
  top:0px;
  left:0px;
}

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

#bg-2{
  position: absolute;
  left: -250px;
  top: -100px;
  width: 800px;
  height: 800px;

}

#btn{

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

  position: absolute;
  display: block;
  top: 515px;
  left: 40px;
  width: 220px;
  height: 50px;
  border-radius: 25px;
  color: white;
  text-align: center;
  line-height: 50px;
  font-weight: 800;


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

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


#img-1{
  position: absolute;
  left: 106px;
  top: 134px;
}

#oval-1 {
  opacity: 0.1;
  left: -4px;
  top: 204px;
  width: 140px;
  height: 88px;

}

#img-2{
  position: absolute;
  left: 94px;
  top: 126px;
}

#oval-2 {
  opacity: 0.1;
  left: -4px;
  top: 220px;
  width: 170px;
  height: 88px;

}

#img-3{
  position: absolute;
  left: 28px;
  top: 126px;
}

#oval-3 {
  opacity: 0.1;
  left: -10px;
  top: 196px;
  width: 264px;
  height: 88px;

}

/* #text-1, #text-2, #text-3, #text-4{
  fill: #ffffff;
  top: 420px;
}

#text-2{
  top: 440px;
}

#text-4{
  top: 340px;
} */


#logo{
  left: 45px;
  top: 35px;
  width:220px
}



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

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

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

#text-4{
  top: 340px;
  position: absolute;
}



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

#text-4 > .line {
  width:300px;
  font-size: 24px;
  line-height: 30px;
}