html {
  overflow-y: scroll;
  min-height: 100vh;
}
 
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
 
:root body {
  position: absolute;
}
img {
  display: block;
}
.container {
  position: relative;
  width: auto;
  overflow: hidden;
}
.getbtn{
	position: absolute;
	display: inline-block;
	top: 24.5%;
	left: 50%;
	transform: translateX(-50%);
}

#afooter {
    text-align: center;
    background: #000;
    font-size: 12px;
    color: #c0c0c0;
    padding: 30px 0;
}
#afooter a {
    color: #c0c0c0;
}
#afooter p{
    line-height: 1.5;
}