* {
  margin: 0px;
  padding: 0px;
  font-family:Arial;
}


.title {
	color: #000000;
	margin: 32px;
}

.desc {
  	color: #000000;
	margin: 32px;
}

h2 {
  color: #000000;
	margin: 32px;
}

ul {
 color: #000000;
    margin-top: 32px;
    margin-right: 32px;
    margin-bottom: 32px;
    margin-left: 48px;
}

img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.1;
}

.download {
	background-color:#44c767;
	border-radius:12px;
	border:2px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	padding:16px 48px;
	text-decoration:none;
	margin-left: 32px;
}
.download:hover {
	background-color:#5cbf2a;
}
.download:active {
	position:relative;
	top:1px;
}

.video {
	border-radius:12px;
	display:inline-block;
	cursor:pointer;
	color: #000000;
	font-family:Arial;
	font-size:16px;
	text-decoration: underline;
	margin-left: 32px;
}

    footer {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #f1f1f1;
      text-align: center;
      padding: 10px 0;
      font-size: 14px;
      box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    }