* {
  font-family: verdana;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  color: white;
  text-align:center;
  font-size: 99px;
}
h2 {
  color: white;
  text-align:center;
  font-size: 77px;
}
h3 {
  color: white;
  text-align:center;
  font-size: 55px;
}
p {
  color: white;
  word-wrap: break-word;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
}
ul {
  color: white;
  font-size: 25px;
  width: 400px;
  word-wrap: break-word;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
il {
  color: white;
}
a {
  color: cyan;
}
body {
  background: url("sprial.gif");
}