*{
    /* border: 1px solid black;   */
    margin: 0 auto;
    padding: 0;
}

nav{
    /* background-color: aquamarine; */

    padding: 10px 30px 0;

}

#nav-category{
    /* background-color: aquamarine; */

    padding: 20px;
}

#nav-category > a{
    background-color: yellow;

    padding: 20px;
}

#nav-category> a:hover{

}

#nav-line{
    
}

#profile-container{
    /* background-color: aquamarine; */

    display: flex;
}

#profile-container > img {
    max-height: 350px;
    margin: 50px;
}

#profile{
    margin: 50px;   
    
    display: flex;
    flex-direction: column;
    justify-content:center;
}

#name-text{
    margin-bottom: 20px;
}

#content-text{

}

#interesting-container{

    padding: 40px;
}

#sns-container{
    /* background-color: bisque; */

    height: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#sns-head{

}

.sns-item{
    /* display: flex;
    align-items: center; */
}

.sns-item > a{
    display: flex;
    align-items: center;
}


.sns-item img{
    margin-right: 12px;
}