html {
 background-image: url('/third/images/decoration/bgs/inanimate_utaus/signs.jpg'); 
}

body {
 background-image: url('/third/images/decoration/bgs/green.jpg'); 
}

img {
  transition: transform .1s;
}

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

p {
 color: white; 
}

h1, h2, h3, h4, h5, h6 {
 color: yellow;
 text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000;
}