Newer
Older
kensho / first.css
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap'); 

body {
	background: #fff8dc
}
title_container {
	text-align: center;
}

.swiper-container {
text-align: center;
}

h1{
	text-align: center;
	color: rgb(70, 130, 180);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
}

p{
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	
}

.idou{
	text-align: center;
}