
body {background-color:#90C7E3;
     color:#002171;
     font-family: Verdana;
     Linear Gradient(#FFFFFF,#90C7E3);}

/* Styles for the header element */
header {background-position:Right;
        background-repeat:doesnt repeat;
        height:72px
		font-weight:bold;
        color:#002171;
        font-family:Arial;
        font-size: 1.5em;}

/* Styles for the h1 element */
h1 {text-position: center;
	height:72px;
	font-weight:bold;
    font-size: 1 em;}

/* Styles for the nav element */
nav {font-weight:bold;
     font-family:Serif;
     text-position: center;
     }

/* Styles for the h2 element */
h2 {color: #1976D2;
    font-family: Georgia;
    font-weight: Bold;}


/* Styles for the footer element */
footer {font-size: 0.70em;
        font-style: italic;
        text-align: center;}


/* Style rule for the wrapper ID */
#wrapper {width: 80%;
          margin-right: auto;
          margin-left: auto;
          background-color:#FFFFFF;
          padding: 20px
          min-width:960px; max-width:2048px;
          box-shadow: 5px,5px,5px #LELELE;}


/* Style rule for a class named image 1 */
#image 1 {
	       background-image:url("image 1."jpeg");
           height:300px;
           background-size:100%,100%;
           background-repeat:no-repeat;}
		}
/* Style rule for a class named iamge 2*/
#image 2 {
		 height:300px;
         background-image:url("image 2."jpeg");
         background-size:100%,100%;
         background-repeat:no-repeat;}
		}
