body {
  background-color: rgb(1, 7, 18);
  font-size: 22px;
  text-align: left;
  color: rgb(255, 255, 255);
}
title {
  color: rgb(222, 16, 16);
}
a:link {
  color: red
}
a:visited {
  color: white
}
img {
  border: 5px solid rgb(15, 97, 68);
}