/* The simple cool css styling code below rounds the edges of every photo on a webpage. */

img {
  border-radius: 10%;
}