
body {
  background-color: #ff6999;
  color: #FC6999;
  background: rgb(160,157,218);
  
      background-image:
url("index.gif");
  font-family: "comic sans ms";
}
.center {
  margin-left: auto;
  margin-right: auto;
  width:50%
}
.zog {
  text-shadow: -1px -1px 0 #29040E, 1px -1px 0 #29040E, -1px 1px 0 #29040E, 1px 1px 0 #29040E;
}
.fog {
  text-shadow: -2px -2px 0 #29040E, 2px -2px 0 #29040E, -2px 2px 0 #29040E, 2px 2px 0 #29040E;
}
a:link {
  color: #77AAFF;
  background-color: transparent;
  text-decoration: none;
}

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

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

a:active {
  color: #77AAFF;
  background-color: transparent;
  text-decoration: underline;
}.img{
  width:50%;
  height:50px;
}