html,body{

widht:100%;
background:#302b28;
}


.st0{fill:none;}
  .st1{fill:none;stroke:#F4FAD4;stroke-width:1;stroke-miterlimit:10;}


#pluma {
  stroke-dasharray: 1013.226;
  stroke-dashoffset: 1013.226;
  animation: dash 6s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}


.clearfix{clear:both;}

section{clear:both;}