@charset "UTF-8";

*, *:before, *:after {
	box-sizing: border-box;
}

body {
	margin: 0px;
	font-size: 1.5rem;
	background-color: #DACECE;
	font-family: 'Poiret One', sans-serif;
	font-weight: 400;
	color: #000000;
	line-height: 2.5rem;
}
img {
	border: 13px solid #F2E6E6;
	border-radius: 21px;
	-webkit-box-shadow: -3px -2px 9px -5px #000000;
	box-shadow: -3px -2px 9px -5px #000000;
}
#himg {
	margin-top: 11px;
	margin-bottom: 38px;
	margin-right: auto;
	display: block;
	width: 450px;
	margin-left: -13px;
}
#container {
	width: 1080px;
	background-color: #F6F6F6;
	margin-right: auto;
	margin-left: auto;
	padding-top: 37px;
	padding-right: 37px;
	padding-left: 37px;
	padding-bottom: 3px;
	-webkit-box-shadow: 11px 12px 0px 0px #525252;
	box-shadow: 11px 12px 0px 0px #525252;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	margin-bottom: -12px;
}
aside {
	border-left: 0px solid #525252;
	border-right: 0px solid #525252;
	border-bottom: 0px solid #525252;
	border-top: 10px none #525252;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Amatic SC', serif;
}

a:link, a:visited {
	color: #8921D4;
	text-decoration: none;
}

a:hover, a:active {
	color: #DC9AF7;
	text-decoration: none;

}
nav {
	background-color: transparent;
	padding-top: 50px;
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
	margin-bottom: -44px;
	margin-top: 0px;
	margin-right: auto;
	width: 1080px;
}
nav ul {
	padding-left: 19px;
	padding-bottom: 0px;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	gap: 40px;
	padding-right: 14px;
	padding-top: 17px;
	background-color: #F6F6F6;

}

nav ul li {
	padding-bottom: 10px;
	text-align: center;
}

#about {
	display: flex;
	
}
.abtDesc {
	margin-bottom: 0px;
	padding-left: 14px;
	height: 250px;
	margin-top: 43px;
	padding-top: 25px;
	padding-right: 28px;
	margin-left: 10px;
	margin-right: 11px;
	text-align: justify;
}
.abtDesc h1 {
	text-transform: uppercase;
	text-align: right;
}
#stickerGallery {
	padding: 10px;
	display: flex; 
	flex-wrap: wrap;
	justify-content: space-between;
	flex-basis: 20%;
	
}
.stickerDesc {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-left: 0px;
	margin-right: 7px;
	font-weight: 400px;
	margin-top: -36px;
}
.stickerDesc ul{
	list-style-type: none;
	padding-right: 78px;
	padding-left: 23px;
	border-right: 4px solid #525252;
}
.stickerImages img {
	width: 450px;
	height: auto;
}
#stickerPrice {
	display: flex;
	justify-content: space-between;
	margin-right: 35px;
	margin-left: 20px;
	margin-top: -36px;
	padding-right: 22px;
	padding-left: 0px;
}
#stickerPrice ul {
	list-style-type: none;
	padding-left: 20px;
	margin-left: -22px;
}
footer {
	border-top: 5px solid #525252;
	text-align: center;
}
footer ul {
	list-style-type: none;
	text-transform: lowercase;
	margin-top: 8px;
}

dt{
	font-weight: bold;
	font-style: normal;
}
