/* Error.css - Styles extracted from Error/Exception/NotFound pages */
@media only screen and (max-width: 600px) {
    .error-page h2 {
        font-size: 20px;
    }

    .error-page h4 {
        font-size: 20px;
    }
}

.error-page h1 {
    font-size: 7.5rem !important;
}

.error-page h4 {
    padding-bottom: 30px;
}

.errorMsgDiv {
    position: fixed;
    max-width: 1000px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.error-page .social-media-section {
    display: none;
}
