body
{
    background-color: #111111   ;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
    user-select: none;
}

button , a
{
    outline: none;
}

.phone
{
    width: 375px;
    height: 800px;
    background-image: url("../img/phone.png");
    background-size: 100% 100%;
    background-color: #111111;
    border-radius: 60px;
    position: relative; 
}

@media (min-height: 700px) and (max-height: 800px) {
  .phone {
    height: 700px;
    width:328px;
  }
  .comment {
    font-size: 18px !important;
  }
}


.top_menu
{
    width: 100%;
    height: 48px;
    z-index: 1;
    position: absolute;
    top: 0;
}

.top_menu .data
{
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif   ;
    position: absolute;
    bottom: 0px;
    left: 50px;
}

.top_menu .icons
{
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif   ;
    position: absolute;
    bottom: 4px;
    right: 40px;
    display: flex;
    width: 50px;
    justify-content: space-around;
}

.info
{
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-evenly;
    align-items: center;
    width: 90%;
    left: 5%;
    position: absolute;
    top: 50px;
    background-color: #212121;
    border-bottom: #3a3a3a solid 3px;
}

.info .back
{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:dodgerblue;
    font-size: 20px;
    margin: 25px 0;
    text-decoration: none;
}

.info .name
{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #fff;
    font-size: 18px;
    margin: 25px 0;
    text-decoration: none;
}

.info .avatar img
{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.subscribe          
{
    border-top: solid 3px #3a3a3a;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: calc(90% - 14px);
    height: 80px;
    left: 5%;
    position: absolute;
    bottom: 16px;
    background-color: #212121;
    border-radius: 0 0 30px 30px;   
    padding: 0 7px;
}

.subscribe a
{
    text-decoration: none;
    color: #fff;
    font-size: large;
}

.subscribe .buttons
{
    border-radius: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif   ;
    font-size: 20px;
    height: 55px;
    width: 152px;
    display: flex;
    color:dodgerblue;
    align-items: center;
    justify-content: center;
}

.content
{
    position: absolute;
    width: 100%;
    left: 5%;
    height: 71%;
    top: 130px;
    overflow-Y: scroll;
    padding: 0 0 0 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overscroll-behavior: none;
}

.content::-webkit-scrollbar { width: 0; }
.content { -ms-overflow-style: none; }
.content { overflow: -moz-scrollbars-none; }

.content .message .user 
{
    padding: 10px 0 0 0;
}

.content .message .user a
{
    color: pink;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}

.content .message
{
    margin: 20px 0 20px 0;
    width: 65%;
    background-color: #212121;
    border-radius: 10px 10px 10px 10px;
    color: #fff;
    padding: 0px 20px 0px 20px;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.content .message a
{
    color:dodgerblue;
}

.comment
{
    color:dodgerblue;
    font-size: 20px;
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border-top: solid #3a3a3a 3px;
}

.message_info
{
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
}

.watchers
{
    margin: 0 10px;
}

@media screen and (max-width:450px)   {
    
    .phone
    {
        background-image: none;
        border-radius: 0;
        width: 100%;
        width: 100%;
        height: 100vh ;
    }
    
    .top_menu
    {
        display: none;
    }

    .info
    {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        left: 0;
        height: 55px;
        position: absolute;
        top: 0px;
        padding: 10px 0;
    }

    .info .back
    {
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        color:dodgerblue;
        font-size: 20px;
        margin: 25px 0;
        text-decoration: none;
    }   

    .info .name
    {
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        color: #fff;
        font-size: 20px;
    }

    .info .avatar img
    {
        width: 50px;
        height: 50px;
    }

    .subscribe          
    {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        height: 50px;
        left: 0;
        position: absolute;
        bottom: 60px;
        padding: 10px 0;
        border-radius: 0;
    }

    .subscribe .buttons
    {
        text-decoration: none;
        color:dodgerblue;
        font-size: large;
        border-radius: 10px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif   ;
        font-size: 22px;
        height: 55px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .content
    {
        position: absolute;
        width: 96%;
        height: 73.5%;
        left: 0;
        top: 80px;
        padding: 0 0 0px 10px;
    }

    .content .message .user 
    {
        padding: 10px 0 0 0;
    }
    
    .content .message .user a
    {
        color: pink;
        font-weight: bold;
        font-size: 20px;
        text-decoration: none;
    }
    

    .content .message
    {
        margin: 20px 0 20px 0;
        width: 75%;
        position: absolute;
        background-color: #212121;
        border-radius: 10px 10px 10px 10px;
        color: #fff;
        padding: 0 20px 10px 20px;
        font-size: 18px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

}

.o-0 {
   opacity: 0;
}