﻿#internalServerErrorPage {
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#internalServerErrorPage .logo {
    width: 100%;
}

#internalServerErrorPage .link {
    text-decoration: none;
    color: #5c5b5c;
}

#internalServerErrorPage .heading {
    font-family: 'Roboto',sans-serif;
    font-size: 41px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    line-height: 1.1em;
}

@media (max-width: 768px) {
    #internalServerErrorPage .heading {
        font-size: 28px;
    }
}