.h1{
    /* background-color: red; */
    padding: 20px 10px 10px 10px;
    color: black;
    font-family: sans-serif;
}

.h2{
    /* background-color: blue; */
    padding: 2px;
    font-size: 0.8rem;
    opacity: 0.7;
}

.social{
    display: flex;
    padding: 10px;
}


.facebook{
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3b5998;
    color: white;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    /* display: inline-block; */
    width: 10px;
    height: 10px;
    /* margin: 10px; */
}

.twitter{
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1DA1F2;
    color: white;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    /* display: inline-block; */
    width: 10px;
    height: 10px;
    /* margin: 10px; */
}

.insta{
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C13584;
    color: white;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    /* display: inline-block; */
    width: 10px;
    height: 10px;
    /* margin: 10px; */
}

.youtube{
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF0000;
    color: white;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    /* display: inline-block; */
    width: 10px;
    height: 10px;
    /* margin: 10px; */
}

.button{
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe{
    background-color: #3F72EC;
    color: white;
    padding: 8px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    width: 100px;
    margin: 10px;
}

.message{
    background-color: #3F72EC;
    color: white;
    padding: 8px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    width: 100px;
    margin: 10px;
}

.gain{
    opacity: 0.7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
}
.likes{
    padding: 0 20px 0 20px;
    border-right: 2px solid rgba(0, 0, 0, 0.596);

}
.comment{
    padding: 0 20px 0 20px;
    border-right: 2px solid rgba(0, 0, 0, 0.596);
}
.share{
    padding: 0 20px 0 20px;
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background-color: #f1f1f1;
    font-family: sans-serif;
}
.card{
    width: 350px;
    height: 400px;
    background-color: white;
    border-radius: 20px;
}
.top{
    width: 100%;
    height: 150px;
    background-color: #3F72EC;
    border-radius: 20px 20px 0 0;
}
.mid{
    display: flex;
    position: absolute;
    border: 3px solid #3F72EC;
    border-radius: 50%;
    left: 47%;
    top: 31%;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    background-color: white;
    /* z-index: 2; */
}
.midmid{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    border: 2px solid white;
    border-radius: 50%;
}
img{
    width: 100%;
    border-radius: 50%;
    height: 100%;
    /* z-index: 0; */
    
}
.bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    height: 250px;
    padding: 20px;
}