html{
    scroll-behavior: smooth;
}
body{
    background-color:cornsilk;
    font-family: sans-serif;
}
header{
    height: 100px;
    background-color: cornsilk;
}
main{
    width: 70%;
    margin-left: 15%;
    display: flex;
    justify-content: flex-end;
    background-color: cornsilk;
}
section{
    /* width: 75%; */
    width: 1500px;
    text-align: center;
}
article{
    width: 95%;
    margin-left: 2.5%;
}
article ul{
    justify-content:space-evenly;
    display: flex;
    flex-direction:row;
}
article ul img{
    width: 95%;
    height: 95%;
}
footer{
    background-color: burlywood;
}
aside{
    width: 25%;
    background-image: url("/home/ok/tsukis_HP/media/yagasuri.png");
    /* background-image: url("yagasuri.png"); */
    background-size: 80%;
    background-color: aliceblue;
}
nav{
    text-align: center;
    width: 70%;
    height: 150px;
    margin-left: 15%;
    background-color: aliceblue;
    display: flex;
    flex-direction: row;
}
nav ul{
    height: 35%;
    justify-content:space-evenly;
    display: flex;
    flex-direction:row;
}
nav ul li{
    width: 20%;
    font-size: large;
    list-style-type: none;
    background-color:antiquewhite;
}
.nav-tag{
    width: 75%;
}
form{
    width: 25%;
    background-color: bisque;
}
h1{
    background-color:chocolate;
    text-align: center;
}
h2{
    background-color: antiquewhite;
    text-align: center;
}
.image-scroll{
    overflow-x: scroll;
    display: flex;
    padding: 10px;
    width: 80vw;
}
.image-scroll img{
    height: 400px;
    padding: 10px;
    background-color: cornsilk;

}

img{
    background-color: white;
}
ul li{
    list-style-type: none;
}
.locked::after{
    content: "\1F510";
}
.thedoorintosummer{
    font-family: 'Times New Roman', Times, serif;
    color: antiquewhite;
}
