.dimmed {
	opacity:0.3;
	filter:alpha(opacity=20);
}


h1 {
font-family: "Fugaz One", 'Cinzel','Courier New';
font-weight: normal;
font-size:120px;
color: #f6b4be;
line-height: 22px;
margin-bottom: 25px;
}

h2 {
font-family: "Fugaz One", 'Cinzel','Courier New';
font-weight: normal;
font-size:15px;
color: #f6b4be;
line-height: 22px;
margin-left: 400px;
margin-bottom: 30px;
}

p {
  margin: 10px auto;
  width: 700px;
  text-align:center;
}

a {
  text-decoration: none;
}

body {
margin:0px auto;
background-image: url(background.png);
text-align: center;
background-attachment: fixed;
background-size: cover;
}



#container {
margin:100px auto;
width: 997px;
text-align:center;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
background:#ffffff;
color: #c2527f;
}


