
    <style>
      body {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        background-color: #f0f0f0;
        font-family: sans-serif;
      }
    </style>
    <div style="width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column;">
      <h1>Situs CMS</h1>
    </div>
  