/* css styles */

/* Remove underlines for links and remove hover colors */
a {
  text-decoration: none;
}

/* Round corners of images */
img {
  border-radius: 5%;
}

