
body {
    background-color: black;
}
h1 {
    font-family: Times;
    color: red;
}
p {
    font-family: Times;
    color: red;
}
div.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  border: 3px solid #73AD21;
}
marquee {
  font-size: xx-large;
    color:red;
}
a {
  color: red;
}
h3 {
   font-family: Times;
    color:red;
}