.not_found_page {
    height: 30vh;
    width: 600px;
    margin: 0 auto;
    background-color: #FAFAFB;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    flex-direction: column;
    color: #909090;
    gap: 20px;
    padding: 30px;
    box-shadow: 0px 1px 6px rgba(213, 213, 213, 0.26);
}

.not_found_page h1 {
    font-size: 2.286rem;
    font-weight: 500;
    margin: 0;
    color: #424242;
    text-align: center;
}
.not_found_page p,
.not_found_page a {
    color: #888888;
    font-weight: 500;
    font-size: 18px;
}

.not_found_page a {
    text-decoration: none;
    font-weight: 600;
    color: #424242;
}

.main_container {
    height: calc(100vh - 312px);
    display: flex;
    align-items: center;
}