body{
  background: darkred;
}
img{
  border-width: thick;
  border-style: solid;
  border-color: antiquewhite;
  
}
small{
  color: antiquewhite;
}
h1{
  color:antiquewhite;
  text-align: center;
  text-decoration: underline
}
h3{
  text-align: center;
  color: antiquewhite;
}
li{
  color:antiquewhite;
  text-decoration: underline
}
p{
  color: antiquewhite
}
