.template-404 .title + * {
	margin-top: 1rem;
}
.template-404 .button:hover{
	--color-button: var(--color-button-hover);
}
.template-404{
	height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
	.template-404 .title {
		margin-top: 1rem;
	}
}