body{
	font-family: pretendard, sans-serif;
}
h1{
	color: cyan;
}
h1:hover{
	color:tomato;
}
h2 {
	background: silver;
	color: white;
}
#two{
	color: yellow;
}
.b {
	color: greenyellow;

}
p{
	letter-spacing: 0.5px;
	word-spacing: 1px;
	line-height: 1.7;
	font-size: 20px;
}
a{
	color: tomato;
}
a:hover{
	color:cyan;
	font-size: 24px;
}