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

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

#banner {
  overflow:hidden;
  position:relative;
  width:200px;
  height:200px;
  display:box;
  border:1px solid #333333;
  box-sizing: border-box;
  background: rgb(29,147,96);
  background: linear-gradient(180deg, rgba(4,67,51,1) 0%, rgba(11,91,64,1) 20%, rgba(29,147,96,1) 90%);
}

img, svg {
  position: absolute;
}

#all{
  visibility: hidden;
}

#graphs{
  position: absolute;
  top:50px
}

#graph-1{
  position: absolute;
  width:150px;
  top:0px;
  left:54px
}

#graph-2{
  position: absolute;
  width:150px;
  top:80px;
  left:74px;
  opacity:0.9
}

#graph-3{
  position: absolute;
  width:150px;
  top:160px;
  left:94px;
  opacity:0.8
}

#logo{

  left: 25px;
  top: 5px;
  width:150px
  
}

#logos{
  left: 10px;
  top: 160px;
  position: absolute;
}

#logos-1,#logos-2{
  width:180px;
}

#logos-2{
  top:18px
}

#text-1, #text-2{
  
  top: 45px;
  left:0px;
  position: absolute;

}

#text-2{

  top: 40px;

}

.line{
  font-family: inherit;
  color:#fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  width:140px;
  text-align: center;
}

.line-bold{
  font-family: inherit;
  color:#fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  width:140px;
  text-align: center;
}

#text-2 > .line {

  font-size: 12px;
  line-height: 14px;
}


#btn{

  font-family: inherit;

  position: absolute;
  display: block;
  top: 115px;
  left: 15px;
  /* width: 140px; */
  color: #323E4E;
  text-align: center;
  line-height: 11px;
  font-weight: 800;
  font-size: 12px;
  padding:3px 12px 2px 12px;
  border-radius: 25px;
  text-transform: uppercase;

  background: rgb(255,255,255);
  
}

a > #btn{

  box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
  transition: top .2s, box-shadow .1s;
  
}

a:hover > #btn{
    top: 128px;
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.4);
}

a:active > #btn{
    top: 130px;
    box-shadow: 0px 2px 5px 8px rgba(0,0,0,0.3);
}
