.not-found-container {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
}
.not-found-container img {
    width: 80%;
    height: 50vh;
    object-fit: contain;
}

.not-found-container p {
    color: #444444;
    font-size: var(--font-48);
}