* {
    margin: 0;
    padding: 0;
    border: solid 1px;
    box-sizing: border-box;
}

body {
    
    background: linear-gradient(-45deg, rgba(241, 245, 136, 0.4),  rgba(247, 125, 204, 0.3)), url(image/back.jpg);
    background-size: cover;
    display: flex;
}

.main {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 10%;
    text-align: center;
    background: linear-gradient(rgb(255,255,255), rgb(210, 238, 184));

}

.main1 {
    width: 100%;
    margin-bottom: 5%;
    background: linear-gradient(rgb(255,255,255), rgb(210, 238, 184));
}

.nav-wrapper {
    min-height: 100vh;
    width: 18%;
    background-color: rgba(255, 255, 255, 0.6);
}

.nav {
    margin-top: 43px;
    margin-left: 18px;
}

.nav-content {
    display: flex;
    margin-bottom: 0px;
    align-items: center;
    background-color: rgb(233, 233, 62);
}

.nav-icon {
    height: 8px;
    width: 8px;
    margin-right: 9px;
    border-radius: 50%;
    background-color: antiquewhite;
}


.contents-wrapper {
    min-height: 100vh;
    width: 82%;
}

.heading {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 32px;
    background-color: rgba(255, 255, 255, 0.6);
    animation: ;
}

.contents-wrapper-inner {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

.content-left {
    width: 350px;
}

.face-photo {
    width: 100%;
    height: 400px;
    margin-bottom: 20%;

}
img{
    object-fit: contain;
    position: relative;
    width: 100%;
    height: 100%;
}

.profile {
    margin-bottom: 40px;
    background-color: lightcyan
    
}

.profile-table {
    width: 50%;
    margin-bottom: 20px;
    background-color: lightcyan;
}

.profile-english {
    width: 300px;
    margin-bottom: 20px;
    background-color:lightcyan;
}

.mail {
    margin-bottom: 20px;
    background-color: lightcyan
}

.profile-detail {
    margin-bottom: 20px;
    background-color: lightcyan
}


.content-right {
    width: 530px;
}

.footer-fixed {
    min-height: 100vh;
    position: relative;
    padding-bottom: 60px;
    box-sizing: border-box;
}

footer {
    width: 100%;
    background-color: #89c7de;
    color: #fff;
    text-align: center;

    position:absolute;
    bottom: 0;

}