@charset "utf-8";

html, body{margin:0; padding:0;}
.wrapper{width:100%; max-width:1200px; margin:0 auto; box-shadow:0 0 5px 0 #ccc;}
*, *::before, *::after{box-sizing:border-box;}
img{border:0; vertical-align:middle; max-width:100%;}
.img-fluid{max-width:100%; height:auto;}

/* gotop */
#scrollUp {
    background-image: url("../images/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
}