body {
 width: 100%; 
 background-image: url('/third/images/decoration/bgs/fence_black.jpg');
}

table {
 display: inline-block; 
}

img {
  border-image-source: url('/third/images/decoration/deco/blue_frame_fix.png');
  border-image-slice: 70;
  border-style: solid;
  border-width: 70px;
  transition: transform .1s;
}

img:hover {
 transform: scale(1.05); 
}

p {
 color: white; 
}

h1, h2, h3, h4, h5, h6 {
 color: cyan; 
}

a {
 color: yellow; 
}