/* allow all body thing to be center */
#middle {
    width:80%;
    margin: 1% 10%;
}
/* allow smooth scroll*/
html {
    scroll-behavior: smooth;
  }
  
  #myBBtn {
    position: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1999;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(19, 156, 42, 0.932);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 25px;
  }
  
  #myBtn:hover {
    background-color: rgba(85, 85, 85, 0.603);
  }
/*center text*/
#it {
    text-align:center;
     font-size: 250%; 
    }
/* About us side by side pic with text */
* {
    box-sizing: border-box;
  }
  
  .column {
    float: left;
    width: 33%;
    padding: 13px;
  }
  img {
    border-radius: 10px 10px;
  }
  /* Clearfix (clear floats) */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 400px) {
    .column {
      width: 100%;
    }
  }
  .column2 {
    float: right;
    width: 33.33%;
    padding: 15px;
  }
  
  /* Clearfix (clear floats) */
  .row2::after {
    content: "";
    clear: both;
    display: table;
  }
  
  /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 500px) {
    .column2 {
      width: 100%;
    }
  }

  /* setup page */
img {
  -webkit-filter: drop-shadow(5px 5px 5px rgb(54, 54, 54));
  filter: drop-shadow(0px 2px 2px rgba(49, 49, 49, 0.884));
}

p,h1 {
  text-shadow: 2px 1px 2px rgb(221, 221, 221) ;
}

body {
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

p {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 130%;
}

html {
    background-image: url(/Images/white.jpg);
    background-size: fill;
    background-repeat: repeat;
}

.line {
  position: absolute;
}

#neko {
  float:left;
  width:100%;
  height: 60%;
}
#ningen {
  float:right;
  width:100%;
  height: 60%;
}
#shinsen {
  float: left;
  width:100%;
  height: 60%;
}
#sekai {
  float: right;
  width:100%;
  height: 60%;
}

  /* font 
  
  @font-face {
      font-family: 'fredoka_oneregular';
      src: url('fredokaone-regular-webfont.woff2') format('woff2'),
           url('fredokaone-regular-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  
  }*/
  .topnav {
    display: inline; 
  }
  
  .fadeinimage {
    display: inline;
    padding-left: 0.5%;
  }
  
  html {
      font-family: 'fredoka_oneregular', Arial, sans-serif;
      font-weight:normal;
      font-style:normal;
      }
  
  
  /* img logo intro */
  .fadeinimage,header,p,img,h1 { animation-delay: 0s; 
      animation: fadeIn 2s; }
  
  @keyframes fadeIn {
      0% { opacity: 0; }
      100% { opacity: 1; }
    }
  /* for text and header*/
      .strong { 
          animation: fadeIn 2s;
      animation-delay: 2s; }
  @keyframes fadeIn {
      0% { opacity: 0; }
      100% { opacity: 1; }
    }
  
    .shishi{
      border-width:5px;
      border-style:solid;
      border-color: rgb(13, 104, 28);
      border-radius: 20px;
      padding: 10px 10px;
      color: rgb(13, 104, 28);
      text-decoration:  none;
     }
  /* logo slide in */
  #slide,header {
      position:relative;
      right: 70px;
      -webkit-animation: slide 4s forwards;
      -webkit-animation-delay: 10s;
      animation: slide 1.5s forwards;
      animation-delay: 0s;
  }
  @keyframes slide {
      0% { right: 100; }
      100% { right: 0; }
  }
  
  /*0 TOP BAR FOR CHOOSING */
    /*1 Style the links inside the navigation bar */
    .topnav a {
      float: right;
      color: #000000;
      text-align: auto;
      padding: 43px 11px;
      text-decoration: none;
      font-size: 120%;
    }
    
    /*2 Change the color of links on hover */
    .topnav a:hover{
      background-color: rgba(243, 243, 243, 0.253);
      border-radius: 8px 8px;
      color: rgb(19, 156, 42);
    }
    
    /*3 Add a color to the active/current link */
    .topnav a.active {
      background-color: rgb(0, 0, 0);
      border-radius: 9px 9px;
      color: white;
    }
  
    /* header logo white line */
    header {
      width: 100%;
      border-radius: 20px 20px;
      display:flex ; 
      flex-wrap: wrap-reverse;
      background-color: rgba(255, 255, 255, 0.616);
    }
  
  