﻿body {

}

 img {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  width: 150px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

img:hover {
  box-shadow: 0 0 5px 2px rgba(0, 140, 186, 0.5);
}

.h2x {
  color: black;
  text-shadow: 3px 3px 6px #000000;
  
}

