body {
  background-color: black;
  color: cyan;
  font-family: "Courier New", monospace;
  align-items: center;
  text-align: center;
}
p {
  color: powderblue;
  font-family: "Courier New", monospace;
}
a:link {
  color: darkmagenta;
  font-family: "Courier New", monospace;
}
a:visited {
        font-family: "Courier New", monospace;
}

a:hover {
    color: magenta;
    font-family: "Courier New", monospace;
}

a:active {
    color: cyan;
    font-family: "Courier New", monospace;
}
