html{
    margin: auto;
    background-image:url(photos/1732256799217.jpg);
    background-size: cover;
    background-color: rgba(255, 255, 255,0.5);
    background-blend-mode: overlay;
    background-position: center;
}
header{
    text-align:center;
}
header h1,header h2{
    font-family:"RocknRoll One";
    color:orange;
    -webkit-text-stroke-width: 0.2vw;
    -webkit-text-stroke-color: black;
}

header h1{
    margin: 0px;
    font-size: 10vw;
    padding-bottom: 0px;
}
header h2{
    margin: 0px;
    font-size: 7vw;
    padding-top: 0px;
}
header img{
    width:20vw;
    height:20vw;
    margin-top: 4%;
}
#above{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
#above{
    margin-left: 10vw;
}
nav ul, footer ul{
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0px;
}
nav ul li, footer ul li{
    margin: 0px 2vw;
}
nav ul li, footer ul li{
    font-size: 4vw;
}
nav ul li a, footer ul li a{
    color:rgb(249, 110, 184);
}
nav ul li a:hover, footer ul li a:hover{
    color:steelblue;
}
nav ul li a:active, footer ul li a:active{
    color:red;
}
nav ul, footer ul{
    border-top: 0.8vw dotted rgba(255,234,0,0.8);
    border-bottom: 0.8vw dotted rgba(255,234,0,0.8);
    padding:1vw 0px;
}
main{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
}
aside{
    width: 33%;
    background-color:rgb(247, 198, 205);
    border: 0.7vw solid crimson;
    border-radius: 2vw;
    text-align: center;
    margin: 1.2vw;
}
aside h2{
    font-size: 5vw;
    font-family: 'Chewy';
    color: crimson;
    margin:2vw 0px;
    text-decoration: underline;
    overflow: auto;
}
video{
    width: 70%;
    border: 0.35vw solid crimson;
    box-sizing: border-box;
    border-radius: 1vw;
}
aside p{
    font-family: 'Sour Gummy';
    padding: 0% 5% 2vw;
    font-size: 2vw;
}
article #Profile{
 background-image:url(photos/shuriken-2.png);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 padding: 57% 45%;
}
article ul li:first-of-type{
    grid-row: 1/2;
    grid-column: 1/2;
}
article #Information{
    background-image:url(photos/shuriken-2\ \(1\).png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 45% 25%;
   }
article ul li:nth-of-type(2){
    grid-row: 3/4;
    grid-column: 2/4;
}
article #SNS{
    background-image:url(photos/shuriken-2\ \(2\).png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 45%;
 }
article ul li:nth-of-type(3){
    grid-row: 4/5;
    grid-column: 1/2;
}
 article #Contacts{
    background-image:url(photos/shuriken-2\ \(3\).png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 55% 40%;
   }
article ul li:nth-of-type(4){
    grid-row: 6/7;
    grid-column: 2/3;
}
article a{
    text-decoration-line: none;
    color: rgb(255, 255, 255);
    font-family: "Permanent Marker";
    font-weight: bold;
    -webkit-text-stroke-width: 0.2vw;
    -webkit-text-stroke-color: black;
    transition: 1.5s;
    display: block;
}
article a:hover{
    transform: rotateZ(-45deg);
    color: slategrey;
}
article{
    width: 65%;
    margin: 0px auto 0px 0px;
}
article ul{
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-rows: 1fr 0.8fr 2fr 1fr 0.5fr 1fr;
    margin: 20% 0px 15%;
    padding: 0px;
}
article ul li{
    font-size: 4.5vw;
    margin:0% 0px 30%;
    text-align: center;
}
section{
    background-color:rgb(219, 250, 245);
    border: 0.7vw solid rgb(0, 157, 157);
    border-radius: 2vw;
    text-align: center;
    margin: 1vw 1vw 1vw 1.2vw;
}
section h2{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 4vw;
    color:royalblue;
    margin: 1vw 0px;
    -webkit-text-stroke-width: 0.1vw;
    -webkit-text-stroke-color: black;
}
section p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 3vw;
    margin-bottom: 0%;
    margin-top: 1vw;
    font-weight: lighter;
}
#next{
    font-family: 'Times New Roman', Times, serif;
    color:gold;
    transform: none;
    transition: none;
    font-size: 3.5vw;
    text-decoration-line:underline;
     margin-bottom: 1.5vw;
}
#next:hover{
    transform: none;
    color: beige;
}
#next:active{
    color: blue;
}
#dojo{
    color: rgb(0, 242, 161);
    font-size: 5vw;
    font-weight: bolder;
    -webkit-text-stroke-width: 0.3vw;
    -webkit-text-stroke-color: crimson;
}
@media screen and (max-width:800px){
    section{
        margin: 0.5vw;
    }
    header h1{
        font-size: 12vw;
    }
    header h2{
        font-size: 9vw;
    }
    header img{
        width:30vw;
        height:30vw;
    }
    #above{
        flex-direction: column-reverse;
        margin: 0px;
        align-items: center;
    }
    main{
        flex-direction: column;
    }
    aside{
        width: 90%;
        margin: 4% auto;
        border: 1vw solid crimson;
        border-radius: 4vw;
    }
    video{
        width:80%;
        border: 0.7vw solid crimson;
        border-radius: 2vw;
    }
    article{
        width: 100%;
        margin-bottom: 3vw;
    }
    section h2{
        font-size: 8vw;
        margin-top: 2.5vw;
        -webkit-text-stroke-width: 0.2vw;
    }
    #dojo{
        font-size: 12vw;
        font-weight: bold;
        -webkit-text-stroke-width: 0.5vw;
    }
    #next{
        font-size: 9vw;
        margin-bottom: 3vw;
    }
    section p{
        font-size: 5vw;
        margin-top: 3vw;
        font-weight:400;
    }
    aside h2{
        font-size: 10vw;
        margin:3vw 0px;
    }
    aside p{
        padding: 0% 5% 3vw;
        font-size: 5vw;
    }
    nav ul li, footer ul li{
        font-size: 7vw;
    }
    article ul{
        align-items: center;
        grid-template-columns: 1fr 0px 0px;
        grid-template-rows: 1fr 0px 1fr 1fr 0px 1fr;
        margin: 8% auto 10%;
    }
    article ul li{
        font-size: 12vw;
        margin: 30% 0px;
    }
    article #Profile{
        padding: 30% 18%;
    }
    article ul li:first-of-type{
           grid-row: 1/2;
           grid-column: 1/2;
    }
    article #Information{
           padding: 35% 15%;
    }
    article ul li:nth-of-type(2){
           grid-row: 3/4;
           grid-column: 1/2;
    }
    article #SNS{
           padding: 21%;
    }
    article ul li:nth-of-type(3){
           grid-row: 4/5;
           grid-column: 1/2;
    }
    article #Contacts{
           padding: 25% 15%;
    }
    article ul li:nth-of-type(4){
           grid-row: 6/7;
           grid-column: 1/2;
    }
}

