#wrap {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #ecebed;
	position: relative;
}
#wrap img {
	width: 20rem;
}
#wrap a {
	display: block;
	width: 70%;
	text-align: center;
	border-radius: 1rem;
	font-size: 1.9rem;
	font-weight: bold;
	background-color: #930D0E;
	color: #fff;
	padding: 1.5rem;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}