html, body {
  background-image: url('../img/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  background-attachment: fixed;
  background-color: #000000;
  height: 100vh; 
  margin: 0;
  padding: 0;
}

.content {
    display: flex;
    justify-content: center; 
    align-items: center; 
	padding-bottom: 100px;
}

.center-div {
    width: 500px;
    border-top: 1px solid white;
	color: #c3c3c3;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
}

.download {
	position: absolute; 
	bottom:0; 
	left:0; 
	width: 100%; 
	padding-bottom: 44px; 
	z-index: 22; 
	zoom: 65%;
	}