body {
	background: black;
}
div {
	padding: 2%;
	text-align: center;
}
a {
	color: #BDBDBD;
	opacity: 1 !important;
	font-family: 'Arvo', serif;
}
p {
	color: #BDBDBD;
	opacity: 1 !important;
	font-family: 'Arvo', serif;
}
.header {
	color: white;
	opacity: 1 !important;
	font-family: 'Arvo', serif;
}
.boxed {
	border: 1px solid black;
	width: 300px;
	background-color: black;
	margin-left:  auto;
	margin-right: auto;
	opacity: 0.8;
}
#bg {
	background: url("https://static.tumblr.com/tmwceil/D2rp9s0im/background.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	-webkit-filter: blur(20px);
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	z-index: -1;
}