body {
    margin: 0px;
    font-family: sans-serif;
}
.container {
    border: 1px solid rgba(0, 0, 0, 0.279);
    margin: auto;
    max-width: 850px;
    padding: 10px;
}
.contain {
    border: 1px solid rgba(0, 0, 0, 0.279);
    border-radius: 5px 5px 0px 0px;
    position: relative;
    max-width: 850px;
    margin: auto;
}
.banner {
    height: 180px;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}
.profilePics {
    border: 2px solid white;
    position: absolute;
    top: 130px;
    transform: translateX(15%);
    border-radius: 50%;
    overflow: hidden;
    width: 30vw;
    max-width: 150px;
    aspect-ratio: 1 / 1;
}
.banner-pics, .profile-pics {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.bio {
    padding: 20px;
}
h2 {
    margin-top: 90px;
}
.verify {
    max-width: 25px;
}
li {
    list-style-type: none;
}
.subscription {
    border: 1px solid rgba(0, 0, 0, 0.279);
    max-width: 850px;
    margin: auto;
    margin-top: 20px;
}
.subcontain {
    padding: 20px;
}
h3 {
    margin-left: 20px;
}
.button-sub {
    border: 0px;
    padding: 10px;
    color: white;
    background-color: #00aff0;
    border-radius: 20px;
    font-size: 18px;
    width: 100%;
}
.button-sub:hover {
    cursor: pointer;
    background-color: #0095f2;
}
.post {
    border: 1px solid rgba(0, 0, 0, 0.279);
    max-width: 850px;
    margin: auto;
    margin-top: 20px;
}
.div1 {
    display: flex;
    gap: 10px;
}
.no-post, .no-media {
    width: 50%;
    padding: 15px;
    border-bottom: 2px solid black;
}
.no-post:hover, .no-media:hover {
    cursor: pointer;
    border-bottom: 2px solid #0095f2;
}
.div2 {
    background-image: url(images/lock.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 35vh;
    margin-top: 10px;
}
.lock {
    inset: 0;
    background-color: rgba(0, 0, 0, 0.345);
    height: 100%;
    color: black;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.345);
    display: flex;
    align-items: center;
    justify-content: center; 
}
.img-lock {
    max-width: 200px;
    margin: auto;
    display: block;
}
.div3 {
    padding: 20px;
}