body {
    background-color: #565656;
	background-image: url("Images/starry_sky_stars_black_174007_3840x2160.jpg")
}
h1, h2, h3 {
    font-family: 'Arial';
}
h1 {
    background-color: #000000;
    color: #ffc000;
    font-family: sans-serif;
    font-family: 40px;
    text-transform: uppercase;
    text-align: center;
	background-image: linear-gradient(red, yellow);
}

h2 {
    background-color: blue;
    font-size: 30px;
    font-color: green;
    font-family:sans-serif;
}

h3 {
    font-size: #ffcc99;
    font-color: #000000;
    font-family: "Sofia", sans-serif;
	border-style: dotted;
	border-color: blue;
	border-width: 50%;
}

p {
    font-size: 12px;
    font-family: Arial, Helvetic, "Trirong", serif, 'Arial';
    margin-left: 20px;
    line-height: 167%;
}
li {
 margin-bottom: 20px;
}
footer {
    text-align: center;
    height: 50px;
    width: 100%;
	background-color: red;
    font-color: #ffffff;
	
}
.feature {
                     color: blue;
           }
nav p {
       font-weight: bold;
       text-align:center;
}

#wrapper {
	width: 60%;
	align: center;
	border-style: solid;
	botder-width: 13px;
	border-color: #FFE300;
	padding: 25px 50px 75px 100px;
	margin-top: 25px;

}

div.HELLO-I-AM-CLASS{
	border-style: solid;
	width: 800px;
	left: center;
	right: center;
	background-color: aqua;
	padding: 15%;
	margin-bottom: 20px;
	border-radius: 20%;
	box-shadow: 5px 10px #888888;
}

img {
	padding: 10px;
    background-color: #fff;
    border: 2px solid #165b62;
}
@charset "UTF-8";
/* CSS Document */

