.storyback{
    width: fit-content;
    height: 60%;
    position: absolute;
    left: 50%;
    margin-top: 80px;
    transform: translate(-50%,-50%);  
}
.storyback img{
    width: max-content;
}
.storyback h1{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    margin:0;
    font-size: 60px;
    color: antiquewhite;
}
.storyback p{
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: left;
    font-family: "Hannari";
    font-size: 20px;
    color:rgb(103, 113, 98);

}

.icon{
    width: 80%;
    height: auto;
    position:relative;
    padding-left: 10%;
    padding-top: 60%;
    padding-bottom: 10%;
}
.icon li{
    display: inline;
    z-index: 1;
}
.icon ul{
    align-items: center;
    justify-content: center;    
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.icon li:hover{
    opacity: 0.5;
}

.hannnari{
    font-family: "Hannari";
}

.kyoutyou{
    color: darkblue;
    font-size: 30px;
}

.kyoutyou2{
    color: rgb(176, 170, 54);
}

span{
    font-family: 'Kaushan Script', cursive;
}
