@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Charm&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charm&display=swap');


body {
	background-color:lavender;
}

h1, h2, h3{
	font-family: 'Charm', cursive;
}

h1 {
	font-size: 70px;
	color: lavender;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background:linear-gradient(#4b0587, #5e0587, #740587);
}

h2 {
	background-color: mediumpurple;
	font-size: 30px;
	color:lavender;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	margin-bottom: 20px
}

h3 {
	font-size: 35px;
	color: mediumorchid;
	margin-bottom: 20px;
	border-bottom:double 3px;
}

p{
	font-size: 20px;
	font-family: times new roman;
	margin-bottom: 30px;
	line-height: 30px;
}

li {
	margin-bottom: 10px;
	margin-left: 15px;
	list-style-type: circle;
	list-style-position: inside
}

footer {
	text-align: center;
}

nav p {
	font-weight: bold;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 5px;
}

#wrapper {
	background-color: whitesmoke;
	width: 980px; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding:10px;
	border:groove #7A009B 10px;
}

.feature-box {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color: #edc5fc;
	padding: 10px;
	margin-bottom: 35px;
	border-radius: 10px;
	box-shadow:10px 10px 20px #969696; 
}


img {
     padding: 15px;
     background-color:blueviolet;
     border: 1.5px solid #3A0147;
}

.gallary {
	margin: 15px;	
}


.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.alignright {
	float:right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.clear {
	clear:both;
}

.flex {
	display: flex;
}

.imagecontainer {
	display:flex;
	flex-wrap: wrap;
	justify-content: center
}





