.error {
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.buttons {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.buttons a {
	margin-top: 20px;
	text-decoration: none;
	display: inline-block;
	padding: 1px 17px;
	text-align: center;
	color: #000;
	background-image: linear-gradient(#ff8f00, #d97600);
	border-radius: 5px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: .2s;
	cursor: pointer;
}

.buttons a:hover {
	box-shadow: 0 0 5px 2px #fff;
}
