body {
	font-family: Raleway;
	color: #616161;
	background-image:url("/img/wallpaper_kraken.jpg");
	text-align: justify;
	}
.content {
	border-radius: 0.3em;
	padding: 5px;
	max-width: 600px;
	margin: auto;
		}
h1 {
	font-size:220%;
	text-align: center;
	}
p {
	font-size:120%;
	text-align: center;
	}
a {
	color: #B30000;
	text-decoration: none;
	}
a:hover {
	color: #B30000;
	font-weight: bold;
	}
.social {
	padding-top:3%;
	display: flex;
	justify-content: center;
	}
#icon {
	margin: 0.5%;
	}