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

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

#banner {
  overflow:hidden;
  position:relative;
  width:300px;
  height:250px;
  display:box;
  border:1px solid #000000;
  background-color: #ffffff;
  box-sizing: border-box;
}

img, svg {
  position: absolute;
  
 
}

#all{
  visibility: hidden;
}

#white{
  width:300px;
  height:250px;
  display: block;
  position: absolute;
  background-color: #fff;
  top:154px
}

#heading-1, #heading-2, #heading-3, #heading-4{
  fill:#6305DB;
  top:164px

}


#logo{
  width: 300px;
  left: 0px;
  top: 100px;
 
}

#logo > * {
  fill:#6305DB
}

#text-1 {
  fill:#6305DB;
  left:65px;
  top:220px;
  width:170px
}

#text-2{
  fill:#6305DB;
  width: 230px;
  left: 35px;
  top: 50px;
  position: absolute;
}

#CTA{
  
  width: 200px;
  left: 50px;
  top:100px;
  position: absolute;
}


#text-3{
  fill:#6305DB;
  width: 230px;
  left: 35px;
  top: 155px;
  position: absolute;
}



#rect-cta{
  fill:#00C2FD
}

#text-cta{
  fill:#ffffff
}