.error-wrapper {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.logo-wrapper {
    margin-bottom: 30px;
}

.logo-wrapper a img {
    max-width: 200px;
    width: 100%;
}

h1 {
    color: #ED1C24;
    font-family: Arial, Sans-serif;
    font-size: 62px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    margin-bottom: 30px;
    margin-top: 0;
}

.text-wrapper {
    margin-bottom: 50px;

    text-align: center;
    color: #324A6D;
    font-family: Arial, Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    margin: 0;
}

.btn-wrapper {
	text-align: center;
	margin-top: 30px;
}

.btn-wrapper a {
	display: block;
	max-width: 185px;
	margin: 0 auto;
	color: #ffffff;
	box-sizing: border-box;
	font-family: "Arial", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21.6px;
    background-color: #ED1C24;
    transition-duration: 0ms;
    border-style: none;
    border-radius: 1px 1px 1px 1px;
    padding: 0.8rem 1rem;
    text-decoration: none;
}
