@charset 'UTF-8';

h1 {
	color: #a71117;
	font-size: 45px;
	text-align: center;
	margin-top: 70px;
}

.txt {
	margin-top: 40px;
	margin-bottom: 100px;
	text-align: center;
	line-height: 2;
}

@media print, screen and (max-width: 768px) {
	h1 {
		font-size: 17px;
		margin-top: 20px;
	}
	
	.txt {
		margin-top: 10px;
		margin-bottom: 40px;
		text-align: left;
	}
}