header{
    text-align:center;
}

html{
    margin: auto;
}
header h1{
    font-family:"RocknRoll One";
    color:orange;
    -webkit-text-stroke-width: 0.1vw;
    -webkit-text-stroke-color: black;
}
header h1{
    margin: 0px;
    font-size: 4vw;
    padding-bottom: 0px;
}
header h2{
    margin: 0px;
    font-size: 5vw;;
    padding-top: 0px;
    font-family:"RocknRoll One";
    color:red;
    text-decoration-line: underline;
}
nav ul, footer ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
}
nav ul li, footer ul li{
    font-size: 2vw;
    border-right: 0.4vw solid black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    padding-right: 2%;
    padding-left: 2%;
}
nav ul, footer ul{
    border-top: 0.5vw solid orange;
    border-bottom: 0.5vw solid orange;
    padding:0.5% 0px;
}
.Home{
    color: black;
    text-decoration-line: none;
}
nav ul li a:hover, footer ul li a:hover{
    color: hsl(0, 0%, 0%,0.5);
}
nav ul li a:active, footer ul li a:active{
    color: coral;
}
.Information{
    color: blue;
}
.Information:hover{
    color: hsl(240, 100%, 50%, 0.5);
}
.Information:active{
    color: coral;
}
.Contacts{
    color: rgb(166, 151, 9);
}
.Contacts:hover{
    color:  rgb(166, 151, 9, 0.5);
}
.Contacts:active{
    color: coral;
}
.SNS{
    color: green;
}

.SNS:hover{
    color:hsl(120, 100%, 25%,0.5);
}
.SNS:active{
    color: coral;
}
.Homepage{
    border-right: none;
}
html{
    background-image:url(../photos/shuriken-2.png);
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255,0.85);
    background-blend-mode: overlay;
}
img{
    width:12%;
    height:12%;
    box-shadow: 0.25vw 0.25vw 0.45vw;
    border: 0.2vw outset white;
}
#topic{
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
}
#Name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 2vw;
}
table, td, th{
    border: 0.15vw solid black;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
table{
    background-color: lemonchiffon;
}
td, th{
    padding: 0.5vw 0.8vw;
}
th{
    color:dodgerblue;
    font-size: 1.5vw;
    background-color: rgba(0, 255, 255, 0.083);
}
td{
    background-color: rgba(250, 128, 114, 0.083);
    color: rgb(245, 126, 79);
    font-size: 1.5vw;
}
table{
    padding: 0.2vw;
}
h3{
    font-size: 4vw;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: lightpink;
    -webkit-text-stroke: 0.2vw black;
    margin: 0%;
    padding-bottom: 1%;
}
#Yurie{
    font-size: 5vw;
    color: hotpink;
    text-decoration: underline;
    text-decoration-color: hotpink;
    text-decoration-thickness: 0.5vw;
}
section{
    margin:2vw;
}
h4{
    font-size: 3.5vw;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color:khaki;
    -webkit-text-stroke: 0.1vw black;
    margin: 0px;
    border-bottom: 0.15vw solid black;
}
p, main ul li{
    font-size: 2vw;
    font-family:Georgia, 'Times New Roman', Times, serif;
    line-height: 3.5vw;
}
p{
    text-indent: 5%;
}
#and{
    text-indent: 5%;
    font-size: 2vw;
    font-family:Georgia, 'Times New Roman', Times, serif;
}
main ul{
    margin-bottom: 0%;
}
@media screen and (max-width:800px) {
    header h1{
        font-size: 6vw;
    }
    header h2{
        font-size: 8vw;
    }
    nav ul, footer ul{
        grid-template-rows: repeat(4, 1fr);
        grid-template-columns: 1fr;
        border: none;
        border-top: 0.9vw solid orange;
        padding: 0px;
    }
    nav ul li, footer ul li{
        border-right: none;
        border-bottom: 0.9vw solid orange;
        font-size: 5vw;
        padding: 1vw;
    }
    img{
        width:33%;
        height:33%;
        box-shadow: 0.5vw 0.5vw 0.6vw;
        border: 0.5vw outset white;
    }
    h3{
        font-size: 7vw;
        -webkit-text-stroke: 0.4vw black;
        padding-bottom: 3%;
    }
    #Yurie{
        font-size: 9vw;
        text-decoration-thickness: 0.8vw;
    }
    table, td, th{
        border: 0.3vw solid black;
    }
    td, th{
        padding: 1vw 1.3vw;
    }
    th{
        font-size: 3.3vw;
    }
    td{
        font-size: 3.3vw;
    }
    table{
        padding: 0.5vw;
    }
    section{
        margin:5vw;
    }
    h4{
        font-size: 7vw;
        -webkit-text-stroke: 0.15vw black;
        border-bottom: 0.3vw solid black;
    }
    p, main ul li{
        font-size: 4vw;
        line-height: 5.5vw;
    }
    p{
        text-indent: 10%;
    }
    #and{
        text-indent: 10%;
        font-size: 4vw;
    }
}