@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
	text-align: center;
	font-family: "Open Sans", sans-serif;
	background: url(images/wallpaper.webp) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0;
	color: white;
}

.box { 
/*	background-color: grey;*/
	margin:0;
	position: absolute;
	border-radius: 1em;
	bottom: 10%;
	right: 10%;
	left: 10%;
	top: 10%;}

h1 {
	font-size: 250%;
	margin-right: 0.5em;
	margin-left: 0.5em;
	margin-top: 3em;
	margin-bottom: 1em;
}

p {
	font-size: 100%;
}

a {
	color:white;
	text-decoration:none;
	font-weight: bold;
}

.social {
	font-size: 250%;
	margin-top: 1em;
	margin-bottom: 2em;
}

.email:hover {
	color:#7F8EBA;
}

.linkedin:hover {
	color:#7F8EBA;
}

.instagram:hover {
	color:#7F8EBA;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}