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

#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 #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;
}





#btn{

  font-family: inherit;

  position: absolute;
  display: block;
  top: 454px;
  left: 40px;
  width: 180px;
  color: #323E4E;
  text-align: center;
  line-height: 20px;
  font-weight: 800;
  font-size: 18px;
  padding:5px 20px;
  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: 450px;
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.4);
}

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


#graph{
  position: absolute;
  left: 0px;
  top: 60px;
}

#card{
  position: absolute;
  left:10px;
  top:100px
}

#line{
  position: absolute;
  top:120px;
  left:120px
}

#circle-1{
  position: absolute;
  top:130px;
  left:50px
}

#circle-2{
  position: absolute;
  top:60px;
  left:100px
}
#circle-3{
  position: absolute;
  top:50px;
  left:170px
}

#circle-4{
  position: absolute;
  top:105px;
  left:130px
}

#logo{
  left: 32px;
  top: 30px;
  width:225px
  
}

#logos{
  left: 10px;
  top: 530px;
  width:280px;
  
  
}



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

  /* text-shadow: 2px 3px 2px rgba(255,255,255,0.5); */
}

.line{
  font-family: inherit;
  color:#fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  width:300px;
  text-align: center;
}

.line-bold{
  font-family: inherit;
  color:#fff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 800;
  width:300px;
  text-align: center;
}

#text-2 > .line {
  width:300px;
  font-size: 24px;
  line-height: 28px;
}

#text-4 > .line {
  width:300px;
  font-size: 16px;
  line-height: 20px;
}