I'm a newbie of course. I apologize before hand if anything I say sound like a no brainer however I'm having technical difficulties while Youtube and research is no help. I'm seeking to make my web design responsive. In doing so, I've attempted countless times to CENTER (commun) to no avail. At the moment, (commun) is aligned to the left (obviously by default). I have no idea if it was an error I committed before or during placing the element. Can anyone help me move this element to the center?
Thanks In Adavance
.boom {
position: relative;
padding-left: 5px;
bottom: 112px;
}
.think p {
display: inline;
}
.think {
width: 90%;
text-align: center;
padding: 5px;
background-color: black;
color: #F2F2F2;
margin-top: 20px;
}
.xit button {
color: white;
padding: 5px 70px;
background-color: forestgreen;
border-radius: 12px;
font-family: istok-web;
}
.xit button:hover {
background-color: white;
color: green;
}
<div class="holdon">
<a href="www.hotmail.com" class="boom">
<img src="IMAGES/GOOOOOOOO.png" alt="dummy" height="100px" width="100px">
</a>
</div>
<div class="rapper">
<div class="commun">
<div class="think">
<p>eipuriepauip uipeojiupeiurqiewp uipeuiepuirepw uirepqrueiqp ufiepfipeiwp euipuqieupriqewp</p>
<div class="xitf">
<a class="xit" href="https://www.freecodecamp.org/">
<button type="button">SIGN UP</button>
</a>
</div>
</div>
</div>
</div>