
body {
  background-color: #333333;
  color: #55aaff;
  background: rgb(160,157,218);
  
      background-image:
url("slug.jpg");
  font-family: "comic sans ms";
}
.center {
  margin-left: auto;
  margin-right: auto;
  width:50%
}
.zog {
  text-shadow: -1px -1px 0 #000066, 1px -1px 0 #000066, -1px 1px 0 #000066, 1px 1px 0 #000066;
}

.img{
  width:50%;
  height:50px;
}