/* JUNK王国画像表示ページ用外部スタイルシート */

body {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #000;
  color: #fff;
}

a {text-decoration: none;}
a:link{color: #bbb}
a:visited{color: #bbb}
a:hover{color: #fff}
a:active{color: #f0f}


.flex{
  display: flex;
}

.between{
  justify-content: space-between;
}

.houkou {
  font-size: xxx-large;
}

.ttleichi {
  margin: 5ex 0 0 0;
}

img {
  max-width: 90%;
  max-height: 90vh;
}


/* レスポンシブ */
@media screen and (max-width: 600px) 
{

.houkou {font-size: large}

}
