I'm struggling to centre an image on a web page using HTML and CSS.
.header {clear:both; position: relative; display: block; padding: 70px 20px 20px 20px; font-size: 40px; background-color: grey;}
#webpic1 {text-align: center !important;}
.Title {margin: 5px; padding: 10px; height: 90px; font-family: 'Comfortaa', arial, sans-serif; font-weight: 900; text-align: center;}
<div class="header">
<div class="webpic">
<img src="images/weblogo.png" alt="RRR" id="webpic1" height="230px" width="270px">
</div>
<h3 class="title">RRR</h3>
Many Thanks In Advance