@charset "utf-8";
a{
	color:inherit;
	text-decoration: none;
}
.wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.center-contents {
	max-width: 600px;
	margin:200px auto
}

h1{
	font-size: 28px;
	line-height: 1.5;
}

p.link_b{
	background-color: red;
	color:white;
	border: none;
	padding: 10px 20px;
	width: 80%;
	text-align: center;
	font-size: 20px;
}