#not-found {
    width: 600px;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#not-found h1 {
    font-size: 2rem;
    font-weight: var(--weight-bold);
}

