html {
font-family: "Helvetica";
padding: 20px;
}

a {
text-decoration:none;
color:darkred;
}


.col-md-3 {
display: inline-block;
width:33%;
text-align: center;
margin-top:20px;
}


.col-md-2 {
display: inline-block;
width:49%;
text-align: center;
margin-top:20px;
}

.col-md-3 a {
text-decoration:none;
color:rgba(0,0,0,0.6);
display: inline-block;
 }
 
 
body {
	width: 1200px; height :auto;
	background-color: white;
	margin: auto;
	border-radius: 22px;
	padding: 25px
	background-image: url("images/back.jpg");
	padding: 20 px;
}

h1 {
color: dimgray;

}

p{
color:black;
}
header {
	padding: 1px
	height: 60px;
	text-align :left;
	margin : center; 
}
	
	
nav {
box-shadow: 8px 8px 12px gray;
height: 70px;
padding-top: 1px;
margin-bottom: 60px;

margin-top: 53px;
padding-bottom 1px;
border-radius: 15px;
font-size: 24px;
 text-shadow: 0px 0px 9px #777;
  color: Black;
background-color: gray;
}
nav ul {
list-style: none;
text-decoration:none;
}

nav ul li {
display: inline;
color: red
background-image: url("back.jpg");
}

nav ul li a {
text-decoration: none;
color: white;
padding: 20px;
}
nav ul li a:hover {
color:black;
text-decoration: none;
}

img{
display: block;
width:400px height:300px
moz-box-shadow: 6px 6px 6px 2px #9b9b9b;
box-shadow: 6px 6px 5px 2px #9b9b9b;

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
margin-right: auto;
}


footer {
height: 25px;
text-decoration: none;
text-align: center;
padding: 15px 150px 5px 5px
}
