html {
	background: url("images/leaves.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: black;
}

h1 {
	color: #DAD7CD;
	font-size: 50px;
	font-family: 'Rubik';
	font-display: swap;
	margin-top: 5%;
	text-shadow: #1E1E1E 0px 0px 10px;
}

p {
	color: #DAD7CD;
	font-size: 25px;
	font-family: 'Rubik';
	font-display: swap;
	text-shadow: #1E1E1E 0px 0px 10px;
}

span {
	color: #DAD7CD;
	font-size: 15px;
	font-family: 'Rubik';
	font-display: swap;
}

#container {
	margin-left: 5%
}

.downloadButton {
	position: relative;
	top: 0;
	transition: top ease 0.5s;
}

.downloadButton:hover {
	top: 3px;
}

img {
    margin-right: 10px
}