<html lang="en"><head>
  <style>
    body {
        background: white }
    section {
        background: white;
        color: black;
        border-radius: 1em;
        padding: 1em;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%) }
  </style>

 </head><body>
  <section>
   <h1>:)</h1>
  </section>
</body></html>
