
.scroll-indicator{
    width: 90px;
    height: 90px;
    display: block;
    background-image: url(../images/pil.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 30px;
    left: 50%;
    z-index: 9999;
}