.app_container {
    height: 100vh;
}

.app_container {
}

.app_main_div {
    background-image: url(appImgs/slice18@2x.png);
    background-size: cover;
    height: 80vh;
    overflow: scroll;
    padding-right: 150px;
    padding-left: 100px;
    padding-top: 30px;
}

.app_header {
    height: 20vh;
}

.app_people_div {
    width: 100px;
    height: 220px;
    position: relative;
}

.app_profilePicture {
    border-radius: 50%;
    background-image: url('appImgs/24862638_10159665471580015_9044996458634757141_n.jpg');
    width: 100px;
    height: 100px;
    background-size: cover;
    position: absolute;
    top: 75px;
    left: 0px;
}

.position00 {
    position: absolute;
    top: 45px;
    left: 16px;
    z-index: 100;
    width: 60px;
}

.position01 {
    position: absolute;
    top: 153px;
    left: 19px;
    z-index: 100;
    width: 60px;
}

.am {
    position: absolute;
    top: 80px;
    left: -9px;
    z-index: 100;
    width: 30px;
}

.status {
    position: absolute;
    top: 0px;
    left: -9px;
    z-index: 100;
    width: 100px;
}

.position10 {
    position: absolute;
    top: 140px;
    left: 80px;
    z-index: 100;
    width: 30px;
}

.name {
    position: absolute;
    top: 190px;
    left: px;
    z-index: 100;
    width: 100px;
    text-align: center;
}