.bg-pink{
	background-color:pink;
}

.bg-shockingpink{
	background-color:#ff00c8;
}

.bg-red{
	background-color:red;
}

.bg-orange{
	background-color:orange;
}

.bg-green{
	background-color:green;
}

.bg-greyblue{
	background-color: #008a8a;
}

.bg-blue{
	background-color:#004a8f;
}

.bg-purple{
	background-color:blueviolet;
}

.bg-grey{
	background-color:#585858;
}

.title {
	font-family: Futura;
	letter-spacing: 0.02em;
	color: white;
	text-shadow: 1px 1px 5px black;
}

.category {
	font-family: Futura;
	padding-top: 1em;
	padding-bottom: 0.5em;
	letter-spacing: 0.02em;
	color: #d2d2d2;
}

.back {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100vh;
	padding-top: 2em;
	background: linear-gradient(#a0a0a0, white);
}

.box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 700px;
	height: auto;
	margin-bottom: 2em;
}

.emotion {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 200px;
	height: 200px;
	margin: 1em;
}

.description {
	font-size: 1.5em;
	color: white;
}

.onomatopoeia {
	display: inline-block;
	justify-content: center;
	vertical-align: middle;
	background-color: white;
}

h3 {
	font-family: Futura;
	color: white;
}

h4 {
	font-family: Futura;
}

p {
	font-family: Futura;
}

a {
	color: white;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}
