@charset "utf-8";

html, body {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    background-color: #ef4b4b;
    
}
.container{
 width: 100%; 
 max-width: 390px;
 margin-inline: auto;
 background-color: white;
 
}
.top_navi{
    max-width: 390px;
    width: 100%;
    position: relative;
    position: fixed;
   top: 0;
   padding-top: 5px;

}
.menu{
    position: absolute;
    top: 29%;
    left: 80.4%;


}
.icon-nice{
    width: 40px;
    height: 40px;
}
.icon-nice path{
    fill: white;
}
.profile{
    width: 100%;
    max-width: 390px;
    background-image:url(img/prof_back.png);
    background-color: white;
    background-size:cover;
    background-repeat: repeat;
    background-position: 3px;
    
    
    
}
.my{
    width: 100%;
    display: flex;
}
.uni_photo img{
    padding-top: 120px;
    padding-left: 16px;
    padding-right: 20px;
    
}

.prof_text{
    font-family: "STIX Two Text", serif;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    width: 50%; 
    margin-top:110px;

}
.prof_text h1{
    font-weight: 200;
    margin-bottom :8px;

}
.prof_text p{
    color: #5b5b5b;
    margin: 0px;
    margin-bottom: 10px;

}
.number{
    display: flex;
}
.number p{
    padding: 16px;
    margin: 0px;
    padding-bottom: 20px;
}
.post_area{
    background-color: #ffcd5c;
    background-image:url("img/post_back2.png");
    background-position: 50%;
    border-right:solid #ba2a2a 68px;
    border-left:solid #ba2a2a 68px;
    text-align: center;
    background-repeat: repeat-y;
    
   
}




.post1,.post2,.post3,.post4 {
    width: 85%;
    margin-inline: auto ;
    background-size: contain;
    margin-top: 50px;
    margin-bottom: 70px;
    
    

}
.post1{
    margin-top: 20px;
    padding-top: 25px;
    position: relative;
}
.comment1{
    position: absolute;
    left:-80px ;
    top: 86%;
    background-image: url("img/comment1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 50%;
    padding: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    
}
.post3{
    position: relative;
}
.comment2{
    position: absolute;
    right:-80px ;
    top: 86%;
    background-image: url("img/comment2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 50%;
    padding: 23px;
    padding-top: 5px;
    padding-bottom: 5px;
    
}
.comment1,.comment2{
    color: #686868;
}
.navi{
 max-width: 390px;
 width: 100%;
 position: fixed;
 bottom: 0;
 background-color: #fcfced;
 padding-top: 20px;
 padding-bottom: 10px;
 border-top: solid #ef4b4b 5px;


 
}
.navi ul{
 margin: 0px;
 list-style: none;
 display: -webkit-flex;
 display: flex;
 -webkit-justify-content: space-around;
 justify-content: space-around;
 padding-right: 25px;

}