body {
  background-color: white;
  color: black;
  font-family: Verdana;
}
div {
  height: 560px;
  width: 560px;
  background: url("https://digitalization.neocities.org/pneumo.png");
  box-shadow: inset 0px 0px 10px 15px lime, 0px 0px 5px 5px lime;
  margin-left: auto;
  margin-right: auto;
}
p {
  color: lime;
  font-size: 75px;
  text-align: center;
  font-family: monospace;
}
h1 {
  color: lime;
  text-align: center;
  font-family: monospace;
}

a {
  color: green;
}