﻿
section.error-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
}

img.img-fluid.custom-img-fluid {
    max-width: 700px;
    margin-bottom: 20px;
    width: 100%;
}



.custom-btn {
    background-color: #0070B3;
    border-color: #0070B3;
    color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 16px;
    text-decoration: none;
    min-width: 150px;
    display: flex;
    text-align:center;
    justify-content:center;
    align-items:center;
}
