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 #000000;
  background-color: #ffffff;
  box-sizing: border-box;
}

img, svg {
  
  position: absolute;

}

#all{
  visibility: hidden;
}

#yellow{

  width:300px;
  height:600px;
  display: block;
  position: absolute;
  background-color: #FEFD3F;
  left:0px;
  bottom:324px
}

#yellow-2{

  width:300px;
  height:54px;
  display: block;
  position: absolute;
  background-color: #FEFD3F;
  left:0px;
  bottom:0px
}


#logo{
  width: 140px;
  left: 80px;
  top: 20px;
 
}

#logo-tricon{

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

#logo > * {
  fill:#222
}

#text-1 {
  fill:#222;
  left:10px;
  top:120px;
  width:280px;
}

#text-2{
  fill:#222;
  width: 300px;
  left: 0px;
  top: 120px;
  position: absolute;
}

#text-3{

  fill:#222;
  width: 300px;
  left: 0px;
  top: 210px;
  position: absolute;
  font-weight: 300;
  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: 17px;
  text-align: center;

}

#CTA{
  
  width: 130px;
  left: 85px;
  top:490px;
  position: absolute;
  border:solid 1px #FEFD3F;
  text-align: center;
  border-radius: 20px;
  color:#FEFD3F;
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.1) 100%);
  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;

}

#CTA-black{
  
  width: 130px;
  left: 85px;
  top:350px;
  position: absolute;
  border:solid 1px #000;
  text-align: center;
  border-radius: 20px;
  color:#000;
  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-transform: uppercase;
  font-weight: 700;
  line-height: 36px;

}

#img-1, #img-2, #img-3, #img-4{
  left:0px;
  top:274px
}