document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <style type="text/css">
  2.         body{
  3.             background-color:green;
  4.             text-align:center;
  5.             color:white;
  6.         }
  7.         .pembungkus{
  8.             border:5px solid #ffff;
  9.             margin:auto;
  10.             width:50%;
  11.             padding:15px;
  12.             border-radius: 25px;
  13.         }
  14.         p{
  15.             text-align:left;
  16.         }
  17.         a{
  18.             color:yellow;
  19.             font-size:25px;
  20.            
  21.         }
  22.         img {
  23.           display: block;
  24.           margin-left: auto;
  25.           margin-right: auto;
  26.           width:70%;
  27.         }
  28.     </style>
');