body {
	background-color: darkslategray;
	color: white;
	padding: 16px;
	margin-top: 30px;
	text-align: center;
}

p {
	color: lightgray;
}

.buttons>a {
	margin: auto auto 10px auto;
	display: block;
	padding: 10px;
	border: 2px solid black;
	border-radius: 5px;
	text-decoration: none;
	width: 10%;
	color: black;
	background-color: yellow;
}

.buttons>a:hover {
	color: white;
	background-color: darkslateblue;
}

.flex-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 50px
}

.wishlist {
	margin: auto;
}

.cosmetic {
	width: 15%;
	float: left;
	margin: auto 2%;
	border: 2px black solid;
}

.cosmeticImg>img {
	width: 100%;
	display: block;
}

.cosmeticName {
	text-align: center;
	font-size: 20px;
	padding: 0px 5px;
	background-color: #1c1b1b;
	font-style: italic;
	font-weight: bold;
}