.displayImage {
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 5%;
  margin-bottom: 5%;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.btn:hover {
  background-color: white;
  color: black;
  border-color: black;
}

.btn {
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: white;
  border-width: 1.5px;
  border-radius: 25px;
  background-color: transparent;
  font-size: large;
}

