*, *::before, *::after {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #0056b3;
	text-decoration: underline;
}
a:not([href]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}
h1, .h1 {
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	margin: 0;
}
.time {
	font-size: 1rem;
	color: #007bff;
	text-align: right;
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #28a745;
	border: 1px solid #28a745;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	text-decoration: none;
}
.btn:focus {
	outline: 0;
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	margin: 5rem auto 0; 
	max-width: 450px;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
.card-body {
	flex: 1 1 auto;
	min-height: 1px;
	font-size: 1.125rem;
	padding: 1.25rem;
}
.card-header {
	background-color: #218838;
	color: #fff;
	text-align: center;
	margin-top: -3rem;
	margin-bottom: 1.25rem;
	padding: 1rem;
	border-radius: .25rem;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.card-footer {
	display: flex;
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.col-6 {
	position: relative;
	width: 100%;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}
