html, body{
    background-color: #F2F1EB;
    scroll-behavior: smooth;
}

p{
    font-family: 'Playfair Display', serif;
}

a{
    font-family: 'Playfair Display', serif;
}

ul{
    list-style-type: none;
}

li{
    list-style-type: none;
}

/* NAVIGATION BAR AND TITLE SECTION*/
.container{
    padding-top: 20px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 30px;
    background-color: #EEE7DA;
}

#title{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 35px;
    font-size: 40px;
}

.nav_bar ul{
    display: flex;
    flex-direction: row;
    gap: 50px;
    font-size: 20px;
}

.nav_bar li a{
    text-decoration: none;
    color: black;
    transition: transform 0.3s, background-color 0.3s;
}

.nav_bar li a:hover{
    background-color: #F2F1EB;
}



/* NAVIGATION BAR AND TITLE SECTION*/



/* UP ARROW SECTION*/
.container2{
    display: flex;
    flex-direction: row; 
    justify-content: flex-end; 
    align-items: flex-end; 
    position: fixed;
    bottom: 0;
    right: 0; 
   
}
.arrow{
    max-width: 30px;
    max-height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: transform 0.3s;
    border-radius: 50%;
}

/* UP ARROW SECTION*/


/* CHOOMANG SECTION */
#artist_name{
    text-align: center;
    margin-top: 250px;
    font-size: 25px;
}
.choomang{
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.social_media{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 35px;
}

.social_media img{
    max-width: 25px;
    max-height: 25px;
}
/* CHOOMANG SECTION */



/* TAKEHIKOU INOUE SECTION*/
#artist_name2{
    text-align: center;
    margin-top: 400px;
}

#artist_name2 .kanji{
    font-size: 25px;
}
.inoue{
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.inoue img{
    max-width: 500px;
    max-height: 450px;
}
/* TAKEHIKOU INOUE SECTION*/



/* WATABOKU SECTION */
#artist_name3{
    text-align: center;
    margin-top: 400px;
    font-size: 25px;
}

.wataboku{
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
/* WATABOKU SECTION */


.spaces{
    margin-top: 300px;
}



img{
    max-width: 450px;
    max-height: 450px;
    transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

img:hover {
    transform: translateY(-10px) scale(1.3);
}

img.instagram{
    transition: transform 0.3s;
}

img.instagram:hover{
    transform: translateY(-10px);
}

img.twitter{
    transition: transform 0.3s;
}

img.twitter:hover{
    transform: translateY(-10px);
}

