body{
  background-color: #d1e4f3;
  text-align: center;
}
a{
  border-style:solid;
  border-color:#2d6cff;
  border-radius: 5px;
  border-width:2px;
  padding: 6px;
  background-color:#afc7ff;
  color: #000000;
}
p{
  font-family: monospace;
}