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:green;
    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;
    transition: 0.5s;
}
.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;
}
.Profile{
    color: red;
}
.Profile:hover{
    color:hsl(0, 100%, 50%,0.5);
}
.Profile:active{
    color: coral;
}
.Homepage{
    border-right: none;
}
html{
    background-image:url(../photos/shuriken-2\ \(2\).png);
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255,0.85);
    background-blend-mode: overlay;
}
h3{
    text-align: center;
    font-size: 5vw;
    width: 100%;
    font-family: "Chewy";
    color: rgba(246, 189, 255);
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 0.1vw;
    margin-bottom: 2.5%;
}
article a{
    font-size: 3vw;
    font-family:"Sour Gummy" ;
    color: rgb(251, 62, 163);
    width: 40%;
    text-align: center;
    margin: auto;
    display: block;
    border-radius: 10vw;
    transition: 0.2s;
}
article a:hover{
    background-color: rgba(128, 128, 128, 0.499);
}
.snsname{
    color: rgb(0, 68, 255);
    text-decoration-line: underline;
}
a:active{
    color: yellow;
}
p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size:1.5vw;
    text-align: center;
    color: rgb(86, 21, 21);
    margin:0.05vw 0px 2.5%;
}
article{
    margin-bottom: 5%;
}
@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;
    }
    h3{
        font-size: 10vw;
        -webkit-text-stroke-width: 0.25vw;
        margin-bottom: 2.5%;
        margin-top: 8%;
        margin-bottom: 5%;
    }
    article a{
        font-size: 7vw;
        width: 90%;
    }
    p{
        font-size:3vw;
        margin:0.1vw 0px 5%;
    }
    article{
        margin-bottom: 8%;
    }
}