#canvas {
    background:url('300x250 clean.png');
    background-size:100% 100%;
}

body{
    width: 300px !important;
    height: 250px !important;
}

.cta{
    
    position: absolute;
    top: 217px;
    left: 107px;
    border: 3px solid #026865;
    background-color: #026865;
    color: white;
    display: none;
   
}
