.bg_shinku
{
    background-image: url(../images/shinku.webp);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
}

.selfContent
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.selfContent .left 
{
    display: flex;
    flex-direction: column;
    /* height: 400px; */
    width: 240px;
    background-color: #fff;
    align-items: center;
    box-shadow: none;
    transition: all .3s;
}
.selfContent .left:hover
{
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.selfContent .left .logo
{
    margin-top: 30px;
    width: 180px;
    height: 180px;
    border-radius: 20px;
}
.selfContent .left .name
{
    font-size: 24px;
    font-weight: 800;
    margin-top: 18px;
}
.info i {
    margin-bottom: 6px;
    color: gray;
    font-size: 14px;
    transition: all .3s ease;
    cursor: default;
}
.info i:hover
{
    color: black;
    
}

.selfContent .left .info
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
}
.socialPlatformIcons{
    display: flex;
    justify-content: center;
    gap: 8px;
    padding:8px 0;
    margin-bottom: 20px;
}
.socialPlatformIcons i{
    
    font-size: 20px;
    text-align: center;
    line-height: 32px;
    width: 32px;
    height: 32px;
    background-color: #cfdefe;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    transition: all .3s ease;
}
.socialPlatformIcons i:hover
{
    background-color: #a6c2ff;
    cursor: pointer;
}
.skillicons 
{
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 8px;
}

.skillicons img
{
    width: 80px;
    height: 80px;
    transition: all .3s ease;
    transform: scale(1);
}
.skillicons img:hover
{
    transform: scale(1.08);
}
.mbti
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.mbti img
{
    margin-top: 16px;
    width: 192px;
    height: 192px;
}
.mbti .describe
{
    
    display: flex;
    flex-direction: column;
    
    border-radius: 0px;
}
.mbti span
{
    
    font-size: 40px;
    font-weight: 800;
    color: #71a187;
}
.interests
{
    margin-top: 24px;
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.interests>div
{
    
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 24px;
    width: 300px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 24px;
    transition: all .3s ease;
}
.interests>div:hover
{
    transform: translateY(-5px);
}
.photograph
{
    background-image: url(../images/interests/photography.jpg);
    color: white;
}
.travel
{
    background-image: url(../images/interests/travel.jpg);
    color: rgb(255, 255, 255);
}
.acgn
{
    background-image: url(../images/interests/acgn.jpg);
    color: rgb(255, 255, 255);
}
.railway
{
    background-image: url(../images/interests/railway.jpg);
    color: rgb(255, 255, 255);
}
.aviation
{
    background-image: url(../images/interests/aviation.jpg);
    color: rgb(255, 255, 255);
}
.digital
{
    background-image: url(../images/interests/digitals.jpg);
    color: white;
}
.interests>div h2
{
    font-size: 24px;
}
.interests>div p
{
    font-family: 'JetBrainsMono','Consolas';
    font-size: 16px;
    font-style: italic;
    
}


.friendLink
{
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
}
.friendLink>div
{
    height: 80px;
    width: 270px;
    background-color: #cfdefe;
    border-radius: 80px;
    margin-bottom: 16px;
    display: flex;
    transition: all .3s ease;
    align-items: center;
}
.friendLink>div:hover 
{
    transform: translateY(-5px)
}
.friendLink>div img
{
    height: 72px;
    width: 72px;
    border-radius: 72px;
    margin:0;
    margin-left: 4px;
}
.friendLink>div h3
{
    margin-left: 16px;
}





.selfContent .right
{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* height: 600px; */
    gap: 20px;
    width: 700px;
    /* background-color: #fff; */
}
.selfCard
{
    background-color: #fefefe;
    /* height: 2000px; */
    border-radius: 20px;
    padding: 20px;
    box-shadow: none;
    transition: all .3s;
    position: relative;
}
.selfCard:hover
{
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.githubChartImg
{
    width: 650px;
    border-radius: 0!important;
}

.introduction_RYlogo
{
    width: 100px;
    height: 100px;
}

