html, body{
  width: 100%;
  height: 100%;
  margin: 0;
}
html h1{
  font-family: "helvetica neue", sans-serif;
  color: brown;
  font-style: italic;
}
body{
	background-color: wheat;
	background-image: url("/Media/view/images/nobelweg.jpg");
	background-size: cover;
	background-position: center center;
}
p.centre{
font-size: 18px;
font-weight: bold;
font-style: italic;
margin: 40px 140px 0 10%;
background-color: beige;
text-align: center;
border: 5px solid brown;
border-radius: 10px;
}
.test{
	visibility: visible;
	background-color: beige;
	margin: 140px 140px 0 10%;
	text-align: center;
	border: 5px solid brown;
  	border-radius: 10px;
	}
.location {
	visibility: visible;
	background-color: beige;
	margin: 40px 140px 0 10%;
	text-align: center;
	border: 5px solid brown;
  	border-radius: 10px;
}
a.un{
	color: blue;
}
	
 a.un{
 	font-family: "helvetica neue" , sans-serif;
 	font-size: 25px; 
 	text-decoration: none;
  	color: blue;
  	margin: 0 40px;
  	line-height: 10px;
  	text-transform: uppercase;
}
#footer{
	margin: 40px 140px 0 10%;
	text-align: right;
	font-size: 15px;
	border-radius: 10px;
	border: 5px solid brown;
	background-color: beige;
}
p.links{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	background-color: wheat;
	border: 5px solid brown;
	border-radius: 10px;
}
a:hover{
color: red;
}
