     body {
      background-image: radial-gradient(#d9d9d9 1px, transparent 1px), radial-gradient(#d9d9d9 1px, transparent 1px);
      background-size: 35px 35px;
      background-position: 0 0, 17.5px 17.5px;
      background-color: #353535;
     }

     .sunyata {
       display: flex;
       justify-content: center;
       align-items: center;
     }

     .sunyata img {
       position: absolute;
       max-height: 500px;
       max-width: 500px;
       top: 50%;
       left: 50%;
       margin-top: -250px;
       margin-left: -250px;
     }

     h1 {
       position: absolute;
       top: 50%;
       left: 50%;
       color: #D9D9D9;
       font-size: 200px;
     }

