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;
}

#yellow{

  width:323px;
  height:250px;
  display: block;
  position: absolute;
  background-color: #FEFD3F;
  left:-170px
}

#logo{
  width: 90px;
  left: 33px;
  top: 13px;
 
}

#logo-white{

  width: 100px;
  right: 8px;
  bottom: 8px;
 
}

#logo > * {
  fill:#000
}

#text-1 {
  fill:#000;
  left:0px;
  top:82px;
  width:153px;
}

#text-2{
  fill:#000;
  width: 153px;
  left: 0px;
  top: 74px;
  position: absolute;
}

#text-3{

  fill:#000;
  width: 153px;
  left: 0px;
  top: 145px;
  position: absolute;
  font-weight: 400;
  font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  text-align: center;

}

#CTA{
  
  width: 123px;
  left: 15px;
  top:200px;
  position: absolute;
  border:solid 1px #000222;
  text-align: center;
  border-radius: 20px;
  color:#000222;
  font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 36px;

}

#img-2, #img-3, #img-4{
  left:152px
}