﻿/*********************NOT FOUND**********************/

.not-found-container {
    width: 100%;
    height: 100vh;
    background-color: #eee;
    display: grid;
    place-items: center;
}

.not-found-text-container {
    text-align: center;
}

.not-found-text {
    font-size: 5rem;
    display: block;
    color: #FF4D4F !important;
    font-weight: bold;
}
