body {
    margin: 0px;
    font-family: sans-serif;
}
.container {
    border: 1px solid rgba(0, 0, 0, 0.279);
    padding: 10px;
    max-width: 500px;
    margin: auto;
}
h3 {
    margin-left: 10px;
}
.contain {
    border: 1px solid rgba(0, 0, 0, 0.279);
    border-radius: 5px;
}
.banner {
    height: 150px;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}
.profilePics {
    border: 2px solid white;
    position: absolute;
    top: 150px;
    transform: translateX(15%);
    border-radius: 50%;
    overflow: hidden;
    width: 30vw;
    max-width: 120px;
    aspect-ratio: 1 / 1;
}
.banner-pics, .profile-pics {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.bio {
    padding: 20px;
}
h2 {
    margin-top: 30px;
}
h5 {
    margin-top: -10px;
}
.verify {
    max-width: 25px;
}
li {
    list-style-type: none;
}
.button {
    padding: 20px;
}
.button-x, .button-g {
    border: 0px;
    padding: 12px;
    color: white;
    background-color: #00aff0;
    border-radius: 20px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
}
.button-x:hover {
    cursor: pointer;
    background-color: #0095f2;
}
.button-g {
    background-color: #0095f2;
}
.button-g:hover {
    cursor: pointer;
    background-color: #00aff0;
}