body {
	background-image: url(https://th.bing.com/th/id/R.d01b37dffa1f097ee75a29ad873673b6?rik=ILYlYA6e5J0WVg&riu=http%3a%2f%2fwallpapercave.com%2fwp%2f62pypdN.jpg&ehk=%2fzMrwHhZUgyzR%2bvGprmU92UeI8st3pWXhLx16wYczv8%3d&risl=&pid=ImgRaw&r=0);
	background-color: #34252F;
	color: white;
}

h1 {
	
	color: white;
	text-align: center;
	font-family:times new roman;
	font-size: 3em;
	text-shadow: 2px 2px gray;
	background-color: black;
	border-radius: 9px;
}

h2 {
	color: white;
	font-family:times new roman;
}

h3 {
	font-family:times new roman;
	text-align: center;
}

h4 {
	font-family: times new roman;
}

h5 {
		font-family:times new roman;
	text-align: center;
}
h6 {
	font-family:times new roman;
	font-weight: 150;
}

a {
	font-family:times new roman;
}

p {
	text-align: center;
	font-family:times new roman;
}


li {
 	font-family: times new roman;
 }

.container2 {
	background-color: black;
	padding: 30px;
	opacity: 0.8;
}

.btn {
	background-color: #634B66;
	font-family: times new roman;
}


.card-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 100px;
}

.card {
	width: 325px; 
	background-color: white;
	border-radius: 8px;
	overflow:hidden;
	box-shadow: ;
	margin: 20px;
}

.card img{
	width: 100%;
	height: auto;
}

.card-content {
	padding: 16px;
}

.card-content h3 {
	font-size: 28px;
	margin-bottom: 8px;
}

.card-content p {
	color: hotpink;
	font-size: 15px;
	line-height: 1.3;
}

.card-content .btn{
	display: inline-block;
	padding: 8px 16px;
	background-color: mistyrose;
	text-decoration: none;
	border-radius: 4px;
	margin-top: 16px;
}

.container{
	background-color:#0F0326 ;
	box-shadow: 7px 7px 5px 3px rgba(0,0,0,0.75);
-webkit-box-shadow: 7px 7px 5px 3px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 7px 5px 3px rgba(0,0,0,0.75);
padding: 15px;
border-radius: 8px;

}

.rounded {
	border: solid white;
	width:520px;
	height:auto;
}

.category {
	  background-color: lightcoral; 
    text-align: center;
    padding: 9px;
    margin-bottom: 5px;
    color: black;
    border-radius: 8px;

  }

