@charset "utf-8"


;html,body{
    margin: 0px;
    padding: 0px;
}

body{font-family:  "Source Serif",serif;
     color: #ffffff;
     font-size: larger;
     line-height:  1.8em;
     background-color: black;
}

#container{
    background-color: black;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 430px;
}

#profile_photo{
    z-index: 5;
    position: absolute;
    top: 100px;
    color: #ffffff;
    max-width: 400px;
    line-height: 110%;
    text-align: left;
 }

 .follow{
    position: absolute;
    top: 25px;
    left: 180px;
    font-size: 0.1em;
    letter-spacing: 0.05em;
    word-spacing: 2em;
    width: 200px;
 }

 .number{
    position: absolute;
    top: 35px;
    left: 187px;
    font-size: 0.6em;
    letter-spacing: 0.05em;
    word-spacing: 2.2em;
    width: 200px;
 }

 .style{
    position: absolute;
    top: 70px;
    left: 170px;
    font-size: 0.4em;
    letter-spacing: 0.05em;
    width: 200px;
    color: #ffffffd6;
 }

 .mawari{
    position: absolute;
    z-index: 3;
    width: 115px;
    object-fit: cover;
    margin-left: 42px;
    margin-top: 11px;
 }

 .photo_radius{
    position: absolute;
    z-index: 4;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 30px;
    margin-left: 50px;
    object-fit: cover;
 } 

#profile_name{
    z-index: 2;
    position: relative;
    top: 195px;
    left: -30px;
    color: #ffffff;
    margin: 0 auto;
    font-size: 1.2em;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-left: 200px;
}

#profile_name_en{
    z-index: 3;
    position: relative;
    top: 185px;
    left: -25px;
    color: rgb(210, 213, 216);
    margin: 0 auto;
    font-size: 0.2em;
    font-weight: normal;
    margin-left: 200px;
}

#maintxt{
    z-index: 4;
    position: relative;
    top: 180px;
    left: -20px;
    width: 40%;
    max-width: 170px;
    margin: 0 auto;
    font-size: 0.3em;
    text-align: left;
    line-height: 170%;
    margin-left: 200px;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}


#background{
    z-index: 1;
    background-color: black;
    position: relative;
    top: 74px;
    left: 5px;
    width: 420px;
    height: 135px;
    border-bottom: 1px solid #ffffff;
 }

 .back1{
    position: absolute;
    top: -135px;
    right: 17px;
    width: 100px;
 }

 .back2{
    position: absolute;
    top: 60px;
    left: 20px;
    width: 380px;
 }

 .buttonarea2{
    position: relative;
    top: 74px;
    background-color: #ffffff;
    border-bottom: 3px solid black;
    border-left: 15px solid black;
    border-right: 15px solid black;
    width: 400px;
    text-align: center;
}
       
.buttonarea2 img{
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
    padding-top: 10px;
    padding-left: 28px;
    padding-right: 28px;
}

#image-container{
    position: relative;
    top: 30px;
    left: 10px;
    display: flex;
    justify-content: space-around;
    align-items: end;
    height: 420px;
    width: 410px;
    overflow-x: scroll;
}

#image-container::-webkit-scrollbar{
    background: rgb(77, 77, 77);
    height: 4px;
    border-radius: 20px;
}

#image-container::-webkit-scrollbar-thumb{
    background: #ffffff;
    border-radius: 20px;
}


.icon{
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    width: 50px;
    height: 50px;
}

.waku{
    position: absolute;
    margin-top: 10px;
    margin-left: 45px;
    width: 170px;
    height: 170px;
}

.posttxt{
    margin-top: 15px;
    margin-left: 30px;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 160px;
    font-size: 7pt;
    line-height: 170%;
}

.post{
    margin-top: 20px;
    margin-left: 55px;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.sousa{
    object-fit: cover;
    margin-left: 55px;
    margin-top: 5px;
}

.sousa img{
    max-width: 20px;
    max-height: 20px;
    padding-left: 13px;
    padding-right: 13px;
}

.check{
    margin-bottom: -30px;
    margin-left: 20px;
    width: 20px;
    height: 20px;
}

.link{
    margin-left: 50px;
    margin-top: -13px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 6pt;
    color: #ada5a5; 
    line-height: 150%;
    max-width: 165px
}

.link p{
   display: flex;
   align-items: center;
   height: 30px;
}

.post1{
    min-width: 235px;
    margin-top: -30px;
    margin-left: 30px;
    background-color: black;
    border-radius: 5%;
    width: 235px;
    height: 350px;
    white-space: nowrap;
}

.post2{
    min-width: 235px;
    margin-top: -30px;
    margin-left: 15px;
    background-color: black;
    border-radius: 5%;
    width: 235px;
    height: 350px;
    white-space: nowrap;
}

.sotos{
    z-index: 4;
    top: 25px;
    position: absolute;
    width: 430px;
}

#postback{
    position: absolute;
    top: 320px;
    background-color: black;
    width: 430px;
    height: 500px;
    outline: 15px solid black;
    outline-offset: -15px;
    background-image: url(back3.png);
     background-repeat: no-repeat;
     background-size: 430px auto;
}

.buttonarea{
    background-color: black;
    border-bottom: 1px solid #c9c2c2;
    position: absolute;
    z-index: 5;
    top: 800px;
    width: 430px;
    text-align: center;
}

.buttonarea img{
    width: 40px;
    object-fit: contain;
    padding-left: 17px;
    padding-right: 17px;
}

header{
    margin: 0 auto;
    position: absolute;
    z-index: 5;
    background-color: black;
    width: 430px;
    text-align: right;
    border-bottom: 1px solid #c9c2c2;
}

.header img{
    width: 20px;
    height: 20px;
    margin-top: 10%;
    margin-right: 10px;
}