body {
  background-color: #0c1ccc;
  color: #FFFFFF;
  font-family: monospace;
}
h1{
  text-align: center;
}
h2{
  text-align: center;
}
p {
  text-align: center;
  font-size: 14px
}
a {
  color: #15e6cd;
  font-size: 14px
}
a:visited {
  color: #5ced85;
}
a:hover{
  color: #e2f538;
}