@font-face {
    font-family: "MontserratExtraLight";
    src: url("../../fonts/Montserrat/Montserrat-ExtraLight.eot");
    src: url("../../fonts/Montserrat/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/Montserrat/Montserrat-ExtraLight.woff") format("woff"),
    url("../../fonts/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.error {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error-content, .error-header, .error-link {
    font-family: "MontserratExtraLight", sans-serif;
    text-align: center;
}

.error-header {
    font-size: 3rem;
    color: #001C51;
}

.error-content {
    font-size: 1.25rem;
    color: #1d2124;
}

.error-link {
    font-size: 1.25rem;
    color: #ff1400;
    text-decoration: none;
    transition: all 0.2s;
}

.error-link:hover {
    color: #b40c00;
}