


li { 
  display: inline-block; 
  background-color: rgba(130,69,13,1);
  padding: 10px;
  text-align: center;
}

 h1 {
  font-family: 'Skranji', cursive;
  text-align: center;
  text-decoration: underline;
}

h2 {
  font-size: 30pt;
  text-align: center;
}
 .menu {
 	position: fixed;
 	left: 0;
 	top: 0;
 
 	text-align: center;
 	z-index: 1;
 	background-color: rgba(255,0,0,0.3);
 	width: 100%;
 	height: 50px;
 }
 
  ul { position: fixed;
  		color: white;

}

 a { 
 	text-decoration: none;
 	color: white;
  }

body {
  margin: 0;
  background-color: rgba(0,0,0,0.3);
  color: black;
}

img {
  margin-top: 30px;
}

.container {
  padding: 30px;
  background-color: rgba(50,20,20,0.3)
}