body {
	background-color: #000e24;
}

.top {
	background-color: black;
}
	  
p {
	color: white;
	margin: auto;
}

a {
	color: white;
	margin: auto;
}

li {
	color: white;
	margin: auto;
}

h1 {
	color: white;
	text-align: center;
	font-size: 50px;
	margin: auto;
}
	  
h2 {
    color: white;
    text-align: center;
	font-size: 25px;
	margin: auto;
}

.button {
    background: none;
    border: none;
	margin: auto;
    color: white;
    cursor: pointer;
	font-size: 30px;
	display: block;
	text-decoration: underline;
}

.button:hover {
    color: grey;
}

.button:active {
    color: black;
}

.button-here {
    background: none;
    border: none;
	margin: auto;
    color: grey;
	font-size: 30px;
	display: block;
	text-decoration: underline;
}

.download {
    background: none;
    border: none;
	margin: auto;
    color: white;
    cursor: pointer;
	font-size: 80px;
	display: block;
	text-decoration: underline;
}

.download:hover {
    color: grey;
}

.download:active {
    color: black;
}