
body {
  background-color: #ffb9d9;
  color: #ff6999;
  background: url("ezgif.gif");
  background-repeat: repeat;
  background-size: 240px 120px;
  font-family: "comic sans ms";
}
.zog {
  text-shadow: -1px -1px 0 #330511, 1px -1px 0 #330511, -1px 1px 0 #330511, 1px 1px 0 #330511;
}
.fog {
  text-shadow: -1px -1px 0 #990511, 1px -1px 0 #990511, -1px 1px 0 #990511, 1px 1px 0 #990511, -2px -2px 0 #990511, 2px -2px 0 #990511, -2px 2px 0 #990511, 2px 2px 0 #990511, -2px 0px 0 #990511, 2px 0px 0 #990511, 0px 2px 0 #990511, 0px -2px 0 #990511;
}
a:link {
  color: #5599ff;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #77aaff;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #2244ff;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #0000bb;
  background-color: transparent;
  text-decoration: underline;
}