body {
  background:#ccc;
  padding:0;
  margin:0;
  font-family: 'Ubuntu', sans-serif;
}

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

#banner {
  
  overflow:hidden;
  position:relative;
  width:760px;
  height:600px;
  display:box;
  border:1px solid #09a5b9;
  background-color: #ecdacc;
  margin: auto;
  box-sizing: border-box;
}

img, svg {
  position: absolute;
  opacity:0;
}

#btn{
    opacity:0;
    width:40px;
    height:auto;
   
  }

#btn-link{
  position:absolute;
  top:20px;
  left:700px;
  display: block;
  width:15px;
  height:13px;
  z-index: 1000;
  display: none;
  opacity: 0

   -webkit-filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.4));
    filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.4));
  
}

#text-1, #text-2, #text-3, #text-4,#word-1, #word-2, #word-3, #word-4{

  -webkit-filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.4));
  filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.4));

}

#bg{
    width: 760px;
    height: 600px;
}

#text-1{

  left: 60px;
  top: 236px;
  
}

#word-1{
  left: 483px;
  top: 303px;

}

#word-2, #word-2a{
   left: 483px;
  top: 303px;

}

#word-3, #word-3a{
   left: 457px;
  top: 303px;

}

#word-4, #word-4a{
  left: 175px;
  top: 337px;

}


#text-2{
  left: 56px;
  top: 204px;  
}

#text-3{
    left: 118px;
    top: 236px;
  

  
}

#text-4{
  left: 59px;
  top: 236px;

}


#CTA{
  
  left: 63px;
  top: 77px;
}

#logo{

  
  left: 215px;
  top: 432px;

  -webkit-filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.4));
  filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.4));



}


#disclaimer{
  top: 560px;
  left: 570px;
  font-size: 21px;
  font-family: sans-serif;
  color: white;
  position: absolute;
  opacity: 0;
  z-index: 100;
 -webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
  filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));

}

#disclaimer > a{
  text-decoration: none;
  color: white;
  height: 40px;
  width: 170px;

}

#disclaimer > a:hover{
  text-decoration: underline;
}