newGameButton.snp.makeConstraints {
            $0.top.equalTo(resumeButton.snp.bottom).offset(15)
            $0.width.equalTo(200)
            $0.height.equalTo(50)
            $0.centerXWithinMargins.equalToSuperview()