.header {
	z-index: 1;
	position: absolute;
	top: 0%;
}

.banner {
	margin-top: 100px;
}
a {
	display: inline-block;
	z-index:99;
}
.banner_img {
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card_show {
	margin-top: 30px;
	border: 3px;
	border-style: dashed;
	border-color: #c6c6c6;
}

p {
	line-height: 20px;
	padding-left: 5%;
	padding-right: 5%;
}
