a:link, a:visited  {
  color: rgb(203, 203, 203);
  text-decoration: none;
}

a:hover, a:active {
  color: rgb(115, 170, 230);
  text-decoration: none;
}

img {
  border-radius: 1%;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*
p {
  font-family: Robot, Arial, Helvetica, sans-serif;
}
*/