<style>body,html{padding: 0; margin:0; height: 100%; font-family :Arial ;} .page_404 { background: #f9f9f9; border-radius: 10px; width: 100%; padding-bottom: 5px; } .container{ width: 900px ; text-align: center; } .page_404 img { width: 100%; } .four_zero_four_bg { background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif); height: 400px; background-position: center; } h3{ font-size: 30px ; } .link_404 { color: #fff !important; padding: 10px 20px; background: #39ac31; margin: 20px 0; display: inline-block; } .contant_box_404 { margin-top: -50px; } </style>
<div style="width: 100%; height: 100%; background:#fff; display: flex; align-items: center; justify-content: center "><div>
<section class="page_404">
  <div class="container">
    <div class="row">
      <div class="col-sm-12 ">
        <div class="col-sm-10 col-sm-offset-1  text-center">
          <div class="four_zero_four_bg">
          </div>
          <div class="contant_box_404">
            <h3 class="h2">
            Domain match problem! <br> <div style="font-size: 20px ; color: red;">Aciliyetle yetkilinize başvurun!</div>
            </h3>
          </div>
        </div>
      </div>
    </div>
  </div>
</section>
</div></div>