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

#link{
  width:320px;
  height:50px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:320px;
  height:50px;
  display:box;
  border:1px solid #20262f;
  background-color: #000000;
  margin: auto;
  box-sizing: border-box;
}

#all{
  visibility: hidden;
}

img, svg {
  position: absolute;
}


#text-1, #text-4, #text-6{

  top: 24px;
  position: absolute;
  width: 156px;
  
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  color: white;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

#text-1{
  
  left: 72px;

}

#text-4{
  
  left: 68px;

}
#text-6{
  
  left: 68px;
  
  width: 152px;
}

#text-2, #text-3,#text-5{
  fill: #fff;
  
  position: absolute;
  width: 80px;
  text-align: center;

  font-family: 'Parisienne', cursive;
  font-size: 22px;
  color: white;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

#text-2{
    left: 110px;
    top: 1px;
}

#text-3{
    left: 100px;
    top: 1px;
    font-size: 22px;
}

#text-5{
    top: 1px;
    left: 100px;
    font-size: 22px;
}


.line-1, .line-2{
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 21px;
}

.line{
  overflow: hidden;
  margin: 0;
  padding: 0;
}


 #CTA{
  position: absolute;
  left:  244px;
  top: 16px;
  color: white;
  font-size: 11px;
  font-family: 'Nunito', sans-serif;
  text-align: center;
  border: solid 1px white;
  display: block;
  line-height: 10px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  padding: 4px 6px 2px 6px;
  margin: 0;
}

#logo{
  width: 320px;
}

#elem_2{
  top: -15px;
}
