h1 {
    color:#d1faff;
    font-family:Impact;
    text-align: center;
    border: dashed;
    border-color:dodgerblue;
    font-size:xx-large;
    background-color:black;
}
p {
    color:cyan;
    font-family:serif;
    border: dashed;
    border-color: darkcyan;
    text-align: center;
    background-color:black;
}
ul {
    color: lightblue;
    font-family: serif;
    background-color:black;
    border-bottom: dotted;
    border-bottom-color: lightblue;
}
body {background-image:url('green.png');
}

div {
  text-align:center;
}
a {
  color:#64ed89;
  border: dashed;
  border-color:#64ed89;
  background-color:black;
}

