body{
	background-image: url("./images/background.png");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin: 0;

}
.centered{
	position: relative;
	width: 100%;
	height: auto;
}
#c{
	position: absolute;
	transform: translateY(-200px);
	height: 220px;
	width: 100%;
	background-color: orangered;
	opacity: 70%;	
}
#b{
	z-index: 1;
  	position: relative;
  	text-align: center;
}
a{
	background-color: #00aaf0;
	padding: 5px;
	color: white;
	box-shadow: 0px 0px 5px;
}
p{
	color: white;
	text-align: center;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 20px;
}
