﻿
.fatal-error {
    background: white;
    text-align: center;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-family: 'Work Sans', sans-serif;
}

    .fatal-error h1, .fatal-error h2, .fatal-error code {
        text-align: center;
    }

.logo-area{
    text-align:center;
    background:white;
}

#logo{
    max-width: 40%;
    width: 250px;
}