body{
  color: white;
  background: black;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
a:link{
  color: rgb(0, 255, 255);
}
a:visited {
  color: rgb(0, 148, 148);
}
a:hover{
  color: royalblue
}
p {
  text-align: justify;
  text-justify: inter-word;
}
table, td, th {
  border: 1px solid black;
  text-align: center;
}
code{
  font-style: monospace;
  font-size: large;
}
div{
  text-align: center;
  color: rgb(168, 165, 250);
}