header{
    text-align: center;

}
header img{
    width: 70%;

}


html{
    margin: 0px;
}

body{
    font-family: 'Noto Sans JP', sans-serif;  
    margin: 0px;
    height: 100%;


}


.contena{
  
    display: flex;
    /* position: relative; */
    /* top: 10vw; */
    flex-direction: column;
    align-items: center;

}

.contena img{
    max-width: 600px;
    /* height: 300px; */
    
}

.contena img:hover{
    /* width: 330px; */
    /* height: 330px; */
    opacity: 1;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    
}



.links{
    /* max-width: 300px; */
    margin: 40px;
}

.links img{
    /* border-radius: 185px; */
}
.links p{
    text-align: center;
}


footer{
    /* position: absolute; */
    /* bottom:0px; */
    height:100px;
    background-color: black;
    width: 100%;
    margin: 0px;
    color: antiquewhite;
    text-align: center;
    margin: 0px;
    
}
#icatch{
    text-align: center;
}

#i{
    max-height: 800px;
}



#content{
    height: 100vh;
}
footer{

    /* position: absolute; */
    bottom: 0px;
    height: 100px;
    background-color: #000000;
    width: 100%;

}


table td{
    border: solid 1px #0000001d;
    padding: 10px;
 
}
table{
     margin-bottom: 20px;
}
