body {
  margin: 0px;
  background-color: #9969ff;
  color: #2f2058;
  background: url("info.png");
  background-repeat: repeat;
  background-size: 500px 400px;
  font-family: "comic sans ms";
}
.zog {
  text-shadow: -1px -1px 0 #ddbbff, 1px -1px 0 #ddbbff, -1px 1px 0 #ddbbff, 1px 1px 0 #ddbbff;
}
.fog {
  text-shadow: -1px -1px 0 #ddbbff, 1px -1px 0 #ddbbff, -1px 1px 0 #ddbbff, 1px 1px 0 #ddbbff, -2px -2px 0 #ddbbff, 2px -2px 0 #ddbbff, -2px 2px 0 #ddbbff, 2px 2px 0 #ddbbff, -2px 0px 0 #ddbbff, 2px 0px 0 #ddbbff, 0px 2px 0 #ddbbff, 0px -2px 0 #ddbbff;
}
a:link {
  color: #8b0b23;
  background-color: transparent;
  text-decoration: none;
}
.center {
  margin-left: auto; 
  margin-right: auto;
}
a:visited {
  color: #8b0b23;
  background-color: transparent;
  text-decoration: none;
}

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

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