@charset "UTF-8";
/* CSS Document */

body { 
background-image:url(samosas.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
background-size: cover;
font-family: 'Montserrat', sans-serif;
margin:auto;
}


#container
{ 
position:absolute;
     width:25%;
     height:25%;
     z-index:15;
     top:50%;
     left:50%;
     margin:-150px 0 0 -150px;
     background:red;
	 text-align:center;}

.Absolute-Center {
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}

h1 { 
font-size:24px;
color:#CCC;
text-shadow:0px 2px 8px #333;}