Replace your current logo div
with this one:
<div class="logo"><a href="#"><img src="https://i.stack.imgur.com/r87vc.png"></a></div>
And add these lines to your css:
.logo img{
width: 200px; // size is up to you
height: 200px; // size is up to you
display: block;
}
I would also recommend you to edit your .png in order to remove the big transparent border around the actual logo.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…