/* User Provided Stylesheet */

/* img {
  border-radius: 8px;
} */

/* header {
  background: #eee;
  padding: 10px;
  text-align: center;
  font-size: 2em;
  color: #333;
} */

img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  height: 200px;
}

img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.text-gradient em {
  background: -webkit-linear-gradient(#eee, #333);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
