body {
	background-color: black;
	background-image:url(img/001b.jpg);
	background-repeat: no-repeat;
}

h1, .orange{
	color: orange;
	font-family: Palatino Linotype;
	text-align: center;
	margin: 0;
	margin-bottom: 3%;
	margin-top: 3%;
	font-size: 400%;
}

p, .orange {
	text-align: center;
}

#logo {
	bottom: 20px;
	left: 20px;
	position: absolute;
	z-index: -1;
	max-width: 20%;
}

.button {
	background-color: #F78D1D;
	border: none;
	color: black;
	text-decoration: none;
	padding: 15px 30px;
	text-align: center;
	display: inline-block;
	font-size: 24px;
	border-radius: 10px;
	width: 200px;
	background-image: linear-gradient(#FAA51A, #DA7C0C);
	transition-duration: 0s;
}

.copyrights {
	color: orange;
	padding-top: 5%;
}

.orange {
    color: orange;
    font-size: 24px;
}