document.write('
<style type="text/css">
body{
background-color:green;
text-align:center;
color:white;
}
.pembungkus{
border:5px solid #ffff;
margin:auto;
width:50%;
padding:15px;
border-radius: 25px;
}
p{
text-align:left;
}
a{
color:yellow;
font-size:25px;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
width:70%;
}
</style>
');