/* Image style */
#scrollUp{
bottom: 20px;
right: 20px;
height: 50px;  /* Height of image */
width: 50px; /* Width of image */
background: url(./img/top.svg) no-repeat;
background-size: contain;
}

