@charset "utf-8";
/* CSS Document */
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	padding-top: 3rem;
	text-align: center;
	}
.jumbotron {background :  linear-gradient(324deg, rgba(138,253,223,10), rgba(221,255,246,10), rgba(221,255,246,10),rgba(221,255,246,10));
			border: groove 1px black;
			}

.pagination {justify-content: center;
			}
/*.pagination :hover {background-color: azure;}*/
.mb-2 {border: groove 1px black;
		box-shadow: 5px 5px 5px rgba(0,0,0,0.4); }

.btn-info{  display: inline-block;
	padding: 0.5em 1em;
	color: #FFF;
	border-bottom: solid 4px #ADADAD;
	text-decoration: none;
	border-radius: 3px;}

.btn-info:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}

video {width: 70%
		}
img {
    width: 30%
}


