* {
    font-family: 'Times New Roman';
}

main {
    display: flex;
    justify-content: center;
    
    /* border: 1px solid; */
}

.android {
    border: 1px solid black;
    border-radius: 20px;
    height: 848px;
    width: 480px;

    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

/* android bar */
.android-bar {
    display: flex;
    height: 25px;
    width: 480px;
    align-items: center;    
    border-bottom: 1px solid;

    /* border: 1px solid   ; */
}

.android-bar p {
    margin: 10px;

    /* border: 1px solid; */
}

.android-bar-right {
    width: 100%;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;

    /* border: 1px solid; */
}

.android-bar-right img {
    width: 20px;
    padding: 0 3px;

    /* border: 1px solid; */
}

.batery {
    height: 15px;
}

.android-bar:hover {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background-color: lavender;
}

/* header */
.header-username {
    display: flex;
    align-items: center;
    width: 480px;
    background-color: whitesmoke;

    /* border: 1px solid; */
}

.header-image-1 {
    height: 45px;
    margin-left: 10px;

    /* border: 1px solid; */
}

.header-image-1:hover {
    border-radius: 50%;
    background-color: grey;
}

.header-username h2 {
    margin: auto 0 auto 15px;
    font-size: 30px;

    /* border: 1px solid; */
}

/* header right */
.header-right {
    display: flex;
    width: 100%;
    justify-content: right;
    margin-right: 10px;

    /* border: 1px solid; */
}

.header-image-2 {
    height: 35px;
    padding-left: 10px;
}

.header-image-3 {
    height: 35px;
    padding-left: 20px;
}

/* profil */
.profil {
    width: 480px;
    height: 300px;

    /* border: 1px solid; */
}

/* profil-header */
.profil-header {
    width: auto;
    display: flex;
    padding: 20px 10px 10px 20px;

    /* border: 1px solid; */
}

.profil-image {
    width: 100px;
    border-radius: 50%;
}

.profil-folowers {
    width: 100%;
    display: flex;    
    justify-content: center;
    align-items: center;
    text-align: center;

    /* border: 1px solid; */
}

.profil-folowers td {
    padding: 0 12px;
    font-size: 20px;
    
    /* border: 1px solid; */
}

/* profil-deskripsi */
.profil-deskripsi {
    width: 100%;
    display: block;
    padding: 0 10px 10px 10px;
}

.profil-button {
    height: 50px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

    /* border: 1px solid; */
}

.profil-button button {
    height: 35px;
    margin: 5px;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 10px;
    background-color: gainsboro;
    border: none;
}

.profil-button button:hover {
    background-color: azure;
}

/* nav */
.nav {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;

    /* border: 1px solid; */
}

.nav-image {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;

    /* border: 1px solid; */
}

.nav img {
    width: 30px;
    height: 30px;
    padding: 5px 25px;

    /* border: 1px solid; */
}

.nav-active {
    border-bottom: 3px solid grey;
}

.nav-image:hover{
    background-color: gainsboro;
}

/* konten */
.konten {
    width: 100%;
    height: 44.5%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow-y: scroll;

    /* border: 1px solid; */
}

.konten-image {
    width: 32%;
    display: flex;
    justify-content: center;
    padding: 3px;

    /* border: 1px solid; */
}

.konten-image img {
    width: 100%;
}

/* foot */
.foot {
    width: 100%;
    height: 4.8%;
    margin-top: 2px;
    border-top: 2px solid grey;
    display: flex;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;

    /* border: 1px solid; */
}

.foot-image {
    width: 33%;
    display: flex;
    justify-content: center;

    /* border: 1px solid; */
}

.foot-image img {
    width: 40px;
    opacity: 0.7;
}

.foot-image:hover {
    background-color: gainsboro;
    border-radius: 30px;
}

/* konten : be marked */
.konten-be-marked {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

    /* border: 1px solid; */
}

.konten-be-market-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /* border: 1px solid red; */
}

.konten-be-marked-image {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 3px solid;
}

.konten-be-marked-image img {
    width: 90px;
    height: 90px;

    /* border: 1px solid; */
}

.konten-be-marked-title {
    width: 100%;
    text-align: center;

    /* border: 1px solid; */
}