body{
    background-image: url(GFX/BGG.jpg) ;
    background-size: 10px;
    background-color: black;
    background-repeat: repeat;
}

.container{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
}

#navbar{
    flex: 50%;
    max-width: 125px;
    border: 1px solid pink;
    font-family: "ＭＳ Ｐゴシック", "MS PGothic";
    color: #b7856a;
    font-size: 12px;
    text-transform: lowercase;
    text-align: center;
    padding: 5px;
    background: #fff8f8;
}

#navbar a{
    display:block;
    padding:1px;
    margin: 5px;
    text-decoration: none;
    color: indigo;
    font-size: 20px;
}

.main{
    flex: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "ＭＳ Ｐゴシック", "MS PGothic";
    color: #28282b;
    font-size: 12px;
}

.content{
    background: #f1f1f1;
    border: 10px ridge #ffcd09 ;
    padding: 5px;
    margin: 5px 5px 5px 5px;
}

.top{
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
    max-width: 1500px;
    max-height: 1000px;
    overflow-x: visible;
    overflow-y : scroll;
}

 /* Hide scrollbar for Chrome, Safari and Opera */
.top::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.top {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 

.column {
  flex: 20%;
  max-width: 25%;
  padding: 0 4px;
  margin: 3px 3px 3px 3px;

}

.column > img{
  border: 5px dotted #ffcd09;
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}


.intro {
    padding: 10px;
    display: inline;
    align-items: center;
    font-size: 20px;
    border: 3px dotted plum;
    max-height: 350px;
  }

.contact{
    flex: 50%;
    display: block;
    overflow: hidden;
      overflow-x: hidden;
    padding: 10px;
    background: #fff8f8;
    border: 1px dashed pink;
}

.Johnny > img{
  width: 50px;
  height: auto;
 position: fixed;
 right: 0;
 bottom: 0;
  }
  
        .cowboy{
  width: px;
  height: auto;
 position: fixed;
 right: 100;
 bottom: 0;
}

        .ykk{
  width: 300px;
  height: auto;
 position: fixed;
 right: 10px; 
 top: 10px;
}


.navbarbottom{
text-align: center;
  }
  
  .navbarbottom > a{
margin-bottom: 20px;
  }