@font-face{ 
  	font-family: 'Holy Nativity';
	src: url('../fonts/Holy Nativity.otf') format('opentype'),
         url('../fonts/Holy Nativity.ttf') format('truetype');
}
@font-face {
  	font-family: 'SimpleHandmade'; 
  	src: url('../fonts/SimpleHandmade.oft') format('opentype'),
  	url('../fonts/SimpleHandmade.ttf') format('truetype');
}
a:link{
    color: rgb(118, 94, 133);
    text-decoration:none;
}
a:visited{
  	color: rgb(118, 94, 133);
  	text-decoration : none;
}
a:hover{
	color :rgb(109, 133, 94);
}
a:active{
	color :rgb(180, 147, 255);
}

.nav_bar a:link{
    color:rgb(229, 221, 247);
    text-decoration:none;
}
.nav_bar a:visited{
  	color: rgb(229, 221, 247);
  	text-decoration : none;
}
.nav_bar a:hover{
	color :rgb(235, 244, 215);
}
.nav_bar a:active{
	color :rgb(180, 147, 255);
}
body {
	color: rgb(118, 94, 133);
  	font-family: "Holy Nativity";
  	font-size: 40px;
}
.shop {
  	display: grid;
    gap: 10px;
    max-width: 100%;
    padding: 10px;
    grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
  	align-items: center;
}
img {
  	border: 2px solid;
  	border-color: rgb(118, 94, 133);
  	border-radius: 20px;
	margin: auto;
}
.card{
	display: grid;
  	grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    place-items: center;
  	margin: auto 10px;
}
.price {
	font-family:"SimpleHandmade";
  	text-align: center;
  	color: black;
  	margin-bottom: 50px;
  	padding: 10px;
  	margin-top: 40px;
}

h2{
	padding-bottom: 50px;
}
