html {
  height: 100%;
  width: 100%;
  background-color: whitesmoke;
}
h1 {
  font-family: Verdana;
}
body {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
html {
  background-image: radial-gradient(circle, #ff6666, #6b90ff, #7553c6, #000000);
}
img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
}
img:hover {width: 200px}
img {
  transition: width 2s, height 2s, transform 2s;
}
p {
  word-wrap: break-word;
}
h1 {
     text-shadow: 2px 2px 2px #363636;
   }
body {
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
h1 {
  text-shadow: 0 0 3px #000000, 0 0 5px #ff00c8;
}