@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
body {
	font-family: Roboto, "Sans-Serif", Arial;
	font-weight: 400;
	color: #242424;
	background-color: #6ddaf9;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	
}
.header {
	width: 100%;
	min-height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
}
.greeting {
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #22B6E4;
	font-size: 18px;
	text-transform: capitalize;
	padding: 5px;
}
.rm_w {
	padding: 7px;
	font-size: 21px;
	text-transform: capitalize;
}
.content {
	margin-top: 20px;
	min-height: calc(100vh - 165px);
}
ol li {
	font-size: 18px;
	margin-bottom: 5px;
}
.keobuksun {
	width: 100%;
}
.footer {
	color: #fff;
	height: 60px;
	background-color: #22B6E4;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
}
.wa a {
	text-decoration: none;
	color: #fff;
}
