body{
  margin: 0px;
  padding:0px
}
.wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.homepage{
  text-align: center;
  overflow: hidden;
  display: inline-block;
}
.homepage img{
  padding: 120px 20px 40px;
  border: none;
  -webkit-user-drag: none;
}
.imglink{
  width: 99%;
}
.imglink img{
  border: none;
  -webkit-user-drag: none;
  margin: 10px;
}
.col-md-2{
  padding-right: 0px;
  padding-left:0px
}
.col-md-2 a{
  padding-right: 0px;
  padding-left:0px;
  overflow: hidden;
  display: inline-block;
}
/* .copyright {
  position: fixed;
  width: 100%;
  bottom: 0px;
  height: 50px;
  color: white;
  z-index: 99;
  line-height: 50px;
  text-align: center;
  background-color: #858484;
}
.copyright div{
  padding-bottom: 0px;
  overflow: hidden;
} */
.copyright{
  position: fixed;
  width: 100%;
  bottom: 0px;
  height: 50px;
  color: #7d7d7d;
  z-index: 99;
  line-height: 50px;
  text-align: center;
  background-color: #f7f7f7;
}
.sidebar-logo{
  padding: 10px;
  width: 140px;
  height: 52px;
  -webkit-user-drag: none;
}
.pagelogo{
  position:absolute;
}