.error-centered {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error-heading {
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
    font-size: 3em;
}

.error-message {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}

.page-down {
    position: absolute;
    bottom: 24%;
    background: none;
    border: 1px solid #dc3545;
    color: #dc3545;
    transform: translateY(2px);
    box-shadow: 0 1px 8px -4px #DC3535;
}

.page-down i {
    font-size: 14px !important;
}