body {
	font-family: 'Titillium Web', sans-serif;
	font-weight:200;
	font-style: normal;
	background-image: url('img/twr.jpg');
	background-repeat: no-repeat;
	background-size:cover;

}

h1 {
	font-size:48px;
	font-weight:200;
	text-align:center;
}

p {
	padding:25px;
	font-size:34px;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: black;
}

#main {
	background-image: url('img/opacity8.png');
	border-radius:100px;
	padding:10px 150px;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.c {
	text-align:center;
}