When I try to compile my document, I get the following warning and errors.

Here is the start of my document:
\documentclass{birkmono}
%\usepackage[round]{natbib}
%\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[french,ngerman,english]{babel}
\usepackage{amsmath}
%\usepackage{amsthm}
%\usepackage{ngerman}
\usepackage{graphicx}
\usepackage{latexsym,amssymb,amsthm}
\usepackage[backend=biber,
style=authoryear,
natbib=true,
giveninits=true]
{biblatex}
\addbibresource{Duality_Marquis.bib}
\newtheorem{definition}{Definition}
\newtheorem{theorem}{Theorem}
\newtheorem{corollary}{Corollary}
\newtheorem{lemma}{Lemma}
\usepackage{enumitem}
\usepackage{tikz-cd}
\usepackage{epigraph}
\setlength\epigraphwidth{.8\textwidth}
\theoremstyle{definition}
Is there a simple way to solve my problem?