﻿#error {
    max-width: 800px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: 80vh;
    justify-content: center;
    color: #000;
}

.errormessage {
    font-size: 1.75rem;
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

    #error .errortitle {
        font-size: 4rem;
        line-height: 4rem;
        margin-bottom: 2rem;
    }
