/*--------------------------------
	base
--------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
body {
  font-family: 'Montserrat', sans-serif;
}
/*--------------------------------
	status
--------------------------------*/
.status {
  padding: 20px;
  margin: 5px;
}
/*--------------------------------
	img
--------------------------------*/
.js-img {
  padding: 20px;
  width: 500px;
  height: 500px;
  max-width: 100%;
  opacity: 0;
}
.js-img.load {
  opacity: 1;
  transition: opacity 0.8s;
}
.bg-img{
  background: no-repeat;
  background-size: cover;
}