/* For javascript detail only */
#jsImages {
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

#jsImages a {
  background-size: cover;
  background-position: center;
  width: 45%;
  height: 400px;
  box-shadow: 0px 0px 5px rgb(60,60,60);

  transition: .3s;
}

#jsImages a:hover {
  transform: scale(1.05);
}

#weatherlink {
  background-image: url("../Other/WeatherJS/weatherscreen.jpg");
}

#solitairelink {
  background-image: url("../Other/Solitaire/solitairescreen.jpg");
}
