﻿.GenericError {
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-height: 100vh;
}

.GenericError-header {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    align-items: center;
}

.GenericError-icon {
    color: #a00;
    font-size: 80px;
    padding-bottom: 20px;
}

.GenericError-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.GenericError-message {
    text-align: center;
    white-space: pre;
}
