.error-page {
	text-align: center;
	margin-top: 12%;
	padding-bottom: 80px;
}
.error-title {
	font-size: 140px;
	line-height: 140px;
}
.error-page h3 {
	font-size: 50px;
	opacity: 0.2;
}
.error-page h5 {
	font-size: 22px;
	opacity: 1;
	font-weight: 500;
	line-height: 35px;
}
.error-page p {
	font-size: 16px;
	line-height: 26px;
}

.error-page .button {
	padding: 15px 25px;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	outline: none;
	background-color: #bb1c85;
	border: none;
	border-radius: 15px;
	box-shadow: 0 9px 6px 0px #9999cc;
}
.error-page .button a {
	color: white;
}
.error-page .button a:hover {
	color: white;
}
.error-page .button a:active {
	color: white;
}
.error-page .button:hover {
	background-color: #275cab;
}
.error-page .button:active {
	background-color: #275cab;
	box-shadow: 0 5px #666;
	transform: translateY(4px);
}
.error-page .button:active::after {
	padding: 0;
	margin: 0;
	opacity: 1;
	transition: 0s;
}
@media only screen and (max-width: 380px) {
	.error-page {
		text-align: center;
		margin-top: 32%;
	}
}
