How to align the <div class="btns"> block in the center?
.btns { position: absolute; margin-top: 130px; } button:first-child { width: 210px; height: 50px; border-radius: 10px; background-color: #f7600e; color: #fff; } button:last-child { width: 210px; height: 50px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.2); background-color: #303338; color: #fff; } <div class="btns"> <button>HIRE US</button> <button>OUR WORKS</button> </div>