body{ 
	font-family: arial, sans-serif;
	width: 80%;
	margin: auto;
	background-color: #f9f9f9;
	color: #262626;
	font-size: 18px;
}


li {
	list-style-type: none;
	padding: 5px;
}

li a {
	text-decoration: none;
	color: #262626;
}

li a:hover {
	text-decoration: underline;
}

img {
	width: 100%;
}

p {
	line-height: 150%;
	color: #565656;
}

h2 {
	margin-top: 80px;
	font-size: 180%;
}

h1, h2 {
	text-transform: uppercase;
}

h1 {
	text-align: center;
	font-size: 36px;
}

blockquote {
	font-style: italic;
}

button {
	position: fixed;
	bottom: -5px;
	right: 0px;
	padding: 20px;
	border-radius: 15px;
	border: none;
	background-color: #87dfff;
	font-weight: bold;

}


@media (max-width: 800px) {
	#back-to-top {
		width: 100%;
		border-radius: 0px;
	}
}

