.not-page-content {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.not-page-content h1 {
    font-size: 10rem;
    color: #ff5424;
}

.not-page-content p {
    font-family: 'KalamehSemiBold';
    font-size: 1.5rem;
}