/* css styles */

img {
  display: block;
  width: 50%;
  margin: 0 auto;
}

a {
    color: #4B0082;
}

a:hover {
    color: #6A0DAD;
}