body {
	color: white;
	background-color: black;
	font-family: "Do Hyeon", sans-serif; ;
	font-size: 20px;
	letter-spacing: 0;
	word-spacing: 0;
	line-height: 1.0;
	text-align: center ;
	word-break: keep-all;
}

h1 {
	color: darkgray;
	text-align: center;
	font-size: 15vw;
}
h2 {
	color: darkgray;
	text-align: center;
	font-size: 10vw;
}


ul li{
	color: black;
}

.favorite {
	color: mistyrose;
}

strong {
	color: greenyellow;
}

.important{
	font-size: 30px;
	color: greenyellow;
}