body{
  font-family: "Times New Roman", Times, serif;
}
h1{
  text-align: center;
  margin: auto;
}
li{
  list-style-type: square;
}
a:link{
  color:#F0905C;
}
a:visited{
  color:#CD8CF8;
}
