a.btn_01 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 1rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	transition: 1.5s;
	position: absolute;
	bottom: 0;
	left:50%;
	transform: translateX(-50%);
}

a.btn_01:hover {
	color: #27acd9;
	background: #fff;
}

p.infoa {
	display: block;
	width: 80%;
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
	border: 1px solid #232323;
	background: #ffcc00;
	padding:  5px;
}

p.infob {
	display: block;
	width: 80%;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	font-family: sans-serif;
	border: 1px solid #232323;
	background: #c7d6bac5;
}

none {
	text-align: center;
}