
body {
  background-color: #eeffcc;
}
h1 {
  color: lime;
  text-align: center;
  font-family:'Times New Roman', monospace ,bold;
  font-size: 50px;
}
h2 {
  color: lime;
  text-align: center;
  font-family:'Times New Roman',monospace ,bold;
  font-size: 30px;
}
p,ul,ol{
  color: #457f34;
  font-family:'Times New Roman', serif;
  font-size: 20px;
}
a {
  color: #99e600;
  font-family:'Times New Roman', serif;
  font-size: 20px;
}
