body {
  background: black;
}
h1,a  {
  color: white;
  text-decoration: none;
/**
  text-shadow:0 0 150px #fff,0 0 60px #fff,0 0 0 #fff;
  **/
}
h1 {
  font-size: 40px;
}
a {
  font-size: 20px;
  outline: none;
}
#govde {
  position: relative;
  top: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}