@import url(fonts/stylesheet.css);


body{
    color:gray;
    margin: auto;
    padding: 10px;
}

header{
  height: 80px;
}

img{
    max-width: 100%;
    height: auto;
}


button{
  background-color: white;
  border: none;
}

video{
    width: 100%;
    margin: auto;
     border: 1px dashed;
     color: rgb(178, 249, 170);
     
}

h1{
    font-family: 'Courier New', Courier, monospace;
    font-size: 3vw;
    text-align: center;
}

p{
    font-family: 'Courier New', Courier, monospace;
    font-size: 2vw;  
}

audio{
    align-content: left;
    width: 50%;
}


.colones{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.bloc{
    width: 100%;
    height: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dashed;
    color: grey;
}

.home{
  height: 50px;
  width: 200px;
  border: 0;

}

.gallerie {
   display: grid;
   grid-template-columns: repeat(3, 33%);
    grid-template-rows: repeat(2, 1fr);


}

.gallerie img{
    border: 6px solid white;
}

.gif{
  width: 100%;
  height: 100%;

}

.kanji{
  display: block;
}

/* 
#gallery{
  max-width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: auto;
}

#navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

#navigation li {
  padding: 0;
  margin: 0;
  margin: 5px 0 20px;
}

#navigation li a img {
  display: block;
  border: none;
}

#navigation li a {
  display: block;
}

#full-picture{
  width: 700;
  height: 300;
  overflow: hidden;
  float: left;
  
}

#full-picture img {
  width: 100%;
  margin: auto;
} 
*/

