body {
    background-color: black;
    color:antiquewhite;
}

.mobile_main {
    background-image: url("../images/home/mobile_personal.png");
    background-repeat: no-repeat;
    max: width 360px;
}

td{
    padding-left: 20px;
    padding-bottom: 10px;
}

table.mobile {
    border-color: antiquewhite;
    width: 345px;
    height: 400px;
    position: center, bottom; 
}

.avatar {
    border-radius: 10px;
    width: 84px;
    align-items: center;
    background-color: cadetblue;
}

.content{
width: 355px;
height: 395px;
overflow: auto;
scrollbar-width: thin;
padding-top: 8px;
padding-left: 5px;
}

.top_screen{
    height: 400px;
    width: 360px;
}
.gallery{
    height: 400px;
    width: 360px;
    padding-left: 10px;
    padding-top: 12px;
}
