﻿@import url(colors_style.css);

.error-area {
    height: 100vh;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table {
    display: table !important
}

.d-table-cell {
    vertical-align: middle
}

.d-table-cell {
    display: table-cell !important
}

.error-area .error-content h1 {
    font-size: 120px;
    color: var(--main-blue-color);
    margin-bottom: 10px;
    font-weight: 700
}

.error-area .error-content h2 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #081828
}

.error-area .error-content p {
    font-weight: 500;
    margin-bottom: 20px
}
