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


@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap');

nav {
	 padding: 6px;
	}
nav p {
       font-weight: bold;
       text-align:center;
	   margin-bottom: 0;
	   }

body { 
     background-color:gainsboro; 
	 background-image:url("images/blue-snow.png");
	}
	
#wrapper {
	 width:960px; 
	 align-content: center;
	 padding: 10px 20px ;
	 margin-top: 20px ;
	 margin-left:auto;
	 margin-right:auto;
	 background-color: #E1E6FF;
	 border-width: 3px;
 	 border-style:solid;
 	 border-color:#190139;
     	}

h1 { 
	 font-family: 'Fugaz One', cursive;
     background-color: #190139; 
     color: #E1E6FF; 
     font-size: 35px; 
     text-transform: uppercase; 
     text-align: center;
	 padding: 30px 0;
	 background: linear-gradient(#9957F6,#0020A4); 
    }

h2 {
	background-color: #190139;
	color: #E1E6FF;
	font-family: 'Fugaz One', cursive;
	font-size: 25px;	
	padding: 30px;
	margin-bottom: 20px;
   }

h3 {
	font-size: 25px;
	color:#190139;
	font-family: 'Fugaz One', cursive;
	margin-bottom: 10px;
	border-bottom: 2px dotted #190139;
	
   }

p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 90px; 
	line-height: 200%; 
	margin-bottom: 14px;
  }

.h1box {
	text-align: center;
	color:#190139; 
		font-size: 20px;	
	 }
.pbox {
	color: #5500A8
	
	  }
li {
	margin-bottom: 20px; 
	list-style-type:square;
	list-style-position: inside;
   }

ul li{
	  list-style-type:square;
	 }

footer {
	text-align: center;
	   }
.feature-box {
				width: 800px ;
				background-color:#80AFD4;
				padding: 10 px;
				margin: 0 auto 20px;
				border-radius: 10px;
				box-shadow: 5px 5px 5px #031856;
			 }

img {
		padding: 10px;
		background-color:#031856;
		border: 2px solid #031856;
	}
.gallery {
	marigin: 50px
		 }
