retryButton.snp.makeConstraints {
            $0.top.equalTo(scoreTextLabel.snp.bottom).offset(40)
            $0.width.equalTo(200)
            $0.height.equalTo(50)
            $0.centerXWithinMargins.equalToSuperview()