a {
  color: crimson;
  background-color: #260404;
  font-size:24px;
}

body {
  background-image: url("index.gif");

}

h1 {
  text-decoration:underline;
  text-decoration-style:dotted;
  text-align:left;
  font-family:cursive;
  font-size: 50px;
  color: lightcoral;
  background-color: #260404;
  text-shadow: -2px 2px #ede4e4;
}

h3 {
  text-align:left;
  font-family:cursive;
  font-size: 35px;
  color:lightcoral;
  background-color: #260404;
}

p {
  text-align:left;
  font-family:cursive;
  font-size: 20px;
  color:lightcoral;
  background-color: #260404;
}

ul {
  color:lightcoral;
  background-color:#260404;
  text-align:left;
  font-family:cursive;
  font-size: 20px;
}


img {
  border-color: #260404;
  border-width:200px;
  border-radius:62px;
  border-style:hidden;
}
