.not-found-message {
    background-color: var(--color-red-100);
    align-items: center;
    border-radius: 12px;
    color: var(--color-red-600);
    display: flex;
    flex-direction: column;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    gap: 0;
    justify-content: flex-start;
    margin: 26px 0;
    padding: 26px;
    width: 100%;
}
