body {scrollbar-color: #af4033	transparent;}

img {text-align: justify;}

#myImg {
  border-radius: 5px;
  border: 4px solid #A6CEE7;
  width: 28vw;
}

#myImg:hover {
  border: 4px solid #af4033;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 224, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 50vw;
  padding-bottom: 20px;
  
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  color: black;
  padding-bottom: 10vw;
  font-family: 'Balsamiq Sans';
    text-align: justify;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: black;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
