* {
    margin: 0;
    font-family: arial;
}

body {
    background-color: whitesmoke;
}

header {
    width: 100%;
    height: 70px;
    box-shadow: 0px 2px 5px rgb(199, 199, 199);
    background-color: white;
    display: flex;
    /* position: fixed; */
}

.left-side-head {
    display: flex;
    background-color: white;
    flex-grow: 1;

}

.fa-facebook {
    font-size: 3.2rem;
    margin: 10px;
}

.search {
    display: flex;
    border-radius: 10px;
    margin-left: -10px;
    margin-top: 10px;
    background-color: rgb(255, 255, 255);

}

.fa-magnifying-glass {
    position: relative;
    left: 40px;
    font-size: 1.3rem;
    top: 15px;
    color: rgb(138, 136, 136);
    ;

}

.sub-search {
    width: 18 0px;
    height: 50px;
    border-radius: 50px;
    background-color: rgb(238, 239, 240);
    font-size: 1.2rem;
    padding-left: 50px;
    border: 0;
}

.center-side-head {
    display: flex;
    align-items: start;
    align-items: center;
    justify-content: space-around;
    margin-left: 20px;
    flex-grow: 2;
    margin-left: -120px;
}

.home-logo {
    font-size: 2rem;
    /* margin-left: 30px; */
    height: 56px;
    width: 110px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: rgb(138, 136, 136);
    margin-left: 15px;
    padding-right: 42px;
}

.fa-house {
    justify-content: center;
    display: flex;
    align-items: center;
    padding-left: 48px;
}

.fa-house:hover {
    background-color: rgb(247, 247, 247);
    cursor: pointer;
}

.home-logo:hover {
    background-color: rgb(247, 247, 247);
    border-radius: 5px;
    cursor: pointer;
}

.home-logo:active {
    color: rgb(79, 144, 219);
    border-bottom: 5px solid rgb(79, 144, 219);
}

.member-logo {
    font-size: 2rem;
    /* margin-left: 30px; */
    height: 56px;
    width: 110px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: rgb(138, 136, 136);
    margin-left: 15px;
    padding-right: 42px;
}

.fa-user-group {
    justify-content: center;
    display: flex;
    align-items: center;
    padding-left: 48px;
}

.fa-light:hover {
    background-color: rgb(247, 247, 247);
}

.member-logo:hover {
    background-color: rgb(247, 247, 247);
    border-radius: 5px;
    cursor: pointer;
}

.member-logo:active {
    color: rgb(79, 144, 219);
    border-bottom: 5px solid rgb(79, 144, 219);
}

.reel-logo {
    font-size: 2rem;
    /* margin-left: 30px; */
    height: 56px;
    width: 110px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: rgb(138, 136, 136);
    margin-left: -15px;
    padding-right: 42px;
}

.fa-palette {
    justify-content: center;
    display: flex;
    align-items: center;
    padding-left: 48px;
}

.fa-palette:hover {
    background-color: rgb(247, 247, 247);
}

.reel-logo:hover {
    background-color: rgb(247, 247, 247);
    border-radius: 5px;
    cursor: pointer;
}

.reel-logo:active {
    color: rgb(79, 144, 219);
    border-bottom: 5px solid rgb(79, 144, 219);
}

.market-logo {
    font-size: 2rem;
    /* margin-left: 30px; */
    height: 56px;
    width: 110px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: rgb(138, 136, 136);
    margin-left: 15px;
    padding-right: 42px;
}

.fa-shop {
    justify-content: center;
    display: flex;
    align-items: center;
    padding-left: 48px;
}

.fa-shop:hover {
    background-color: rgb(247, 247, 247);
}

.market-logo:hover {
    background-color: rgb(247, 247, 247);
    border-radius: 5px;
    cursor: pointer;
}

.market-logo:active {
    color: rgb(79, 144, 219);
    border-bottom: 5px solid rgb(79, 144, 219);
}

.gaming-logo {
    font-size: 2rem;
    /* margin-left: 30px; */
    height: 56px;
    width: 110px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: rgb(138, 136, 136);
    margin-left: 15px;
    padding-right: 42px;
}

.fa-gamepad {
    justify-content: center;
    display: flex;
    align-items: center;
    padding-left: 48px;
}

.fa-gamepad:hover {
    background-color: rgb(247, 247, 247);
}

.gaming-logo:hover {
    background-color: rgb(247, 247, 247);
    border-radius: 5px;
    cursor: pointer;
}

.gaming-logo:active {
    color: rgb(79, 144, 219);
    border-bottom: 5px solid rgb(79, 144, 219);
}

.logo {
    margin-left: -50px;
}

.right-side-head {
    margin-top: 10px;
    display: flex;
    /* margin-left: auto; */
    margin-right: 20px;
    flex-grow: 1;
    justify-content: end;

}

.menu {
    height: 50px;
    width: 50px;
    background-color: rgb(230, 230, 230);
    border-radius: 50%;

}

.menu:hover {
    cursor: pointer;
}

.fa-bars {

    font-size: 1.5rem;
    top: 12px;
    position: relative;
    right: -11px;

}

.messenger {
    height: 50px;
    width: 50px;
    background-color: rgb(230, 230, 230);
    border-radius: 50%;
    position: relative;
    margin-left: 15px;
}

.messenger:hover {
    cursor: pointer;
}

.fa-facebook-messenger {

    font-size: 1.5rem;
    top: 12px;
    position: relative;
    left: 10px;

}

.notifications {
    height: 50px;
    width: 50px;
    background-color: rgb(230, 230, 230);
    border-radius: 50%;
    margin-left: 15px;
}

.notifications:hover {
    cursor: pointer;
}

.fa-bell {

    font-size: 1.5rem;
    top: 12px;
    position: relative;
    right: -10px;

}

.fb-pfp {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-left: 15px;

}

.fb-pfp {
    cursor: pointer;
}

.img-pfp {
    background-image: URL(./download.jpg);
    background-size: cover;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.right-hover:hover {
    background-color: rgb(197, 197, 197);

}

main {
    display: flex;
}

.left-side-main {
    flex-grow: 0.5;
    background-color: whitesmoke;
    height: 90vh;
    margin: 10px;
    /* position: fixed; */
    top: 70px;
    overflow: hidden;
    overflow-y: scroll;

}

.center-side-main {
    flex-grow: 0;
    height: 100vh;
    margin: 10px;
    /* position: relative;
    left: 450px;
    top: 50px; */
    overflow: visible;
    overflow-y: scroll;

}

.center-side-main::webkit-scrollbar {
    padding: 500px;
}

.right-side-main {
    flex-grow: 0;
    height: 80vh;
    margin: 10px;
    /* position: fixed; */
    /* position: relative; */
    /* left: 1500px; */

}

.content-1 {
    margin: 20px;
    display: flex;
}

.img1 {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-image: url(./download.jpg);
    background-size: cover;
}

.text {
    font-size: 1.3rem;
    font-weight: 530;
    padding-top: 10px;



}

.content-2 {
    display: flex;
    margin-left: 17px;
    margin-top: 25px;
}

.fa-circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 2.2rem;
    color: rgb(110, 56, 211);
}

.text {
    font-size: 1.3rem;
    margin: 15px;
    font-weight: 530;
    margin-top: -5px;

}

.content-3 {
    display: flex;
    margin-left: -27px;
    margin-top: 25px;
}

.group2 {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 2.2rem;
    color: rgb(64, 161, 206);
}

.text {
    font-size: 1.3rem;
    margin: 15px;
    font-weight: 550;
    margin-top: -5px;

}

.content-4 {
    display: flex;
    margin-left: 17px;
    margin-top: 25px;
}

.fa-clock {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 2.2rem;
    color: rgb(187, 219, 235);
}

.text {
    font-size: 1.3rem;
    margin: 15px;
    font-weight: 550;
    margin-top: -5px;

}

.content-5 {
    display: flex;
    margin-left: 17px;
    margin-top: 25px;
}

.fa-bookmark {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 2.2rem;
    color: rgb(163, 71, 182);
}

.text {
    font-size: 1.3rem;
    margin: 15px;
    font-weight: 550;
    margin-top: -5px;

}

.content-6 {
    display: flex;
    margin-left: 17px;
    margin-top: 25px;
}

.fa-users {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 2.2rem;
    color: rgb(29, 221, 132);
}

.text {
    font-size: 1.3rem;
    margin: 15px;
    font-weight: 550;
    margin-top: -5px;

}

.content-7 {
    display: flex;
    margin-left: 17px;
    margin-top: 25px;
}

.fa-instagram {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 2.5rem;
    color: rgb(248, 128, 58);
}

.text {
    font-size: 1.3rem;
    margin: 15px;
    font-weight: 550;
    margin-top: -5px;

}

.content-8 {
    display: flex;
    margin-left: -30px;
    margin-top: 25px;
}

.shop2 {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 2.5rem;
    color: rgb(115, 156, 209);
}

.text {
    font-size: 1.3rem;
    margin: 15px;
    font-weight: 550;
    margin-top: -5px;

}

.content-9 {
    display: flex;
    margin-left: 15px;
    margin-top: 25px;
}

.fa-sliders {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 2.5rem;
    color: rgb(105, 245, 255);
}

.text {
    font-size: 1.3rem;
    margin: 15px;
    font-weight: 550;
    margin-top: -5px;

}

.content-10 {
    display: flex;
    margin-left: 15px;
    margin-top: 25px;
}

.fa-calendar {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 2.5rem;
    color: rgb(255, 35, 35);
}

.text {
    font-size: 1.3rem;
    margin: 15px;
    font-weight: 550;
    margin-top: -5px;

}

.content-11 {
    display: flex;
    margin-left: 15px;
    margin-top: 25px;
}

.fa-cloudflare {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 2.5rem;
    color: rgb(131, 216, 255);
}

.text {
    font-size: 1.3rem;
    margin: 15px;
    font-weight: 550;
    margin-top: -5px;
}

.content-12 {
    display: flex;
    margin-left: 15px;
    margin-top: 25px;
}

.fa-caret-down {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 2.5rem;
    color: rgb(0, 0, 0);
}

.text {
    font-size: 1.3rem;
    margin: 15px;
    font-weight: 550;
    margin-top: -5px;
}

.all-hover:hover {
    background-color: rgb(218, 216, 216);
    cursor: pointer;
}

.add-mind {
    background-color: rgb(255, 255, 255);
    width: 850px;
    height: 75px;
    margin: 20px;
    margin-right: 100px;
    margin-left: 90px;
    border-radius: 1rem;
    display: flex;
    box-shadow: -5px 4px 2px rgb(197, 197, 197)
}

.center-side-main {
    margin-left: -90px;
}

.img-mind {
    height: 55px;
    width: 55px;
    border: 50%;
    background-image: url(./download.jpg);
    background-size: cover;
    border-radius: 50%;
    margin: 11px;
}

.mind-text {

    margin-top: -6px;
    margin-left: -1 5px;
}

.mind-input {
    height: 40px;
    width: 500px;
    margin: 20px;
    padding-top: 5px;
    padding-left: 20px;
    border-radius: 4rem;
    border: none;
    font-size: 1.2rem;
    background-color: rgb(235, 233, 233);
}

.icons {
    display: flex;
    padding-top: 22px;
    padding-left: -20px;
}

.fa-video {
    color: rgb(247, 6, 6);
    font-size: 2rem;
    padding-left: 20px;
}

.fa-folder-open {
    color: rgb(110, 221, 59);
    font-size: 2rem;
    padding-left: 30px;

}

.fa-face-smile {
    color: rgb(247, 231, 6);
    font-size: 2rem;
    padding-left: 30px;
}

.stories {
    width: 100%;
    height: 300px;
    background-color: whitesmoke;
    margin-left: 90px;
    display: flex;
}

.story {
    height: 250px;
    width: 150px;
    background-color: white;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 1rem;

}

.img-my-story {
    background-image: url(./download.jpg);
    width: 100%;
    height: 200px;
    background-size: cover;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

.txt-my-story {
    font-size: 1.2rem;
    padding: 20px;
}

.fa-plus {
    position: relative;
    color: rgb(0, 0, 0);
    font-size: 1.5rem;
    top: 199px;
    left: 55px;
}

.story-1 {
    background-image: url(./stories-1.jpg);
    background-size: cover;
}

.img-story-1 {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-image: url(./story-1.jpg);
    background-size: cover;
    margin: 10px;
    border: 5px solid rgb(0, 81, 255);
}

.txt-story-1 {
    font-size: 0.7rem;
    position: relative;
    bottom: -160px;
    left: 35px;
    color: white;
}

.story-2 {
    background-image: url(./stories-2.jpg);
    background-size: cover;
}

.img-story-2 {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-image: url(./story-2.jpg);
    background-size: cover;
    margin: 10px;
    border: 5px solid rgb(0, 81, 255);
}

.txt-story-2 {
    font-size: 0.7rem;
    position: relative;
    bottom: -160px;
    left: 35px;
    color: white;
}

.story-3 {
    background-image: url(./stories-3.jpg);
    background-size: cover;
}

.img-story-3 {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-image: url(./story-3.jpg);
    background-size: cover;
    margin: 10px;
    border: 5px solid rgb(0, 81, 255);
}

.txt-story-3 {
    font-size: 0.7rem;
    position: relative;
    bottom: -160px;
    left: 35px;
    color: white;
}

.story-4 {
    background-image: url(./stories-4.jpg);
    background-size: cover;
}

.img-story-4 {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-image: url(./story-4.jpg);
    background-size: cover;
    margin: 10px;
    border: 5px solid rgb(0, 81, 255);
}

.txt-story-4 {
    font-size: 0.7rem;
    position: relative;
    bottom: -160px;
    left: 35px;
    color: white;
}

.post {
    height: 800px;
    width: 850px;
    background-color: white;
    margin-left: 100px;
    margin-top: 20px;
    border-radius: 1rem;
}

.post-1-pfp {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-image: url(./story-1.jpg);
    background-size: cover;
    position: relative;
    top: 15px;
    left: 15px;
}

.post-1-name {
    font-size: 1.3rem;
    position: relative;
    top: -22px;
    left: 79px;
    font-weight: 700;
}

.date-post-1 {
    font-size: 1rem;
    font-weight: 500;
    color: rgb(161, 163, 163);
    position: relative;
    top: -40px;
    left: 80px;
}

.detail-1-info {
    position: relative;
    top: -20px;
    left: 13px;
    font-size: 1.2rem;
}

.img-post-1 {
    background-image: url(./stories-3.jpg);
    background-size: contain;
    height: 550px;
    width: auto;
}

.icons {
    display: flex;
    justify-content: space-around;
}

.icon {
    font-size: 2rem;
    color: rgb(175, 173, 173);
    display: flex;
}

.tx {
    color: rgb(138, 135, 135);
    padding-top: 5px;
    padding-left: 10px;
    font-weight: 700;
}

.ftx {
    display: flex;
    height: 50px;
    width: 200px;
    align-items: center;
}

.ftx:hover {
    background-color: rgb(231, 230, 229);
}

.icon:active {
    color: rgb(0, 119, 255);
}

.tx:active {
    color: rgb(0, 119, 255);
    ;
}

.post-2-pfp {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-image: url(./story-2.jpg);
    background-size: cover;
    position: relative;
    top: 15px;
    left: 15px;
}

.post-2-name {
    font-size: 1.3rem;
    position: relative;
    top: -22px;
    left: 79px;
    font-weight: 700;
}

.date-post-2 {
    font-size: 1rem;
    font-weight: 500;
    color: rgb(161, 163, 163);
    position: relative;
    top: -40px;
    left: 80px;
}

.detail-1-info {
    position: relative;
    top: -20px;
    left: 13px;
    font-size: 1.2rem;
}

.img-post-2 {
    background-image: url(./post-2.jpg);
    background-size: contain;
    height: 550px;
    width: auto;
}

.icons {
    display: flex;
    justify-content: space-around;
}

.icon {
    font-size: 2rem;
    color: rgb(175, 173, 173);
    display: flex;
}

.tx {
    color: rgb(138, 135, 135);
    padding-top: 5px;
    padding-left: 10px;
    font-weight: 700;
}

.ftx {
    display: flex;
    height: 50px;
    width: 200px;
    align-items: center;
}

.ftx:hover {
    background-color: rgb(231, 230, 229);
}

.icon:active {
    color: rgb(0, 119, 255);
}

.tx:active {
    color: rgb(0, 119, 255);
    ;
}

.post-3-name {
    font-size: 1.3rem;
    position: relative;
    top: -22px;
    left: 79px;
    font-weight: 700;
}

.post-3-pfp {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-image: url(./story-3.jpg);
    background-size: cover;
    position: relative;
    top: 15px;
    left: 15px;
}

.date-post-3 {
    font-size: 1rem;
    font-weight: 500;
    color: rgb(161, 163, 163);
    position: relative;
    top: -40px;
    left: 80px;
}

.detail-1-info {
    position: relative;
    top: -20px;
    left: 13px;
    font-size: 1.2rem;
}

.img-post-3 {
    background-image: url(./post-3.jpg);
    background-size: contain;
    height: 550px;
    width: auto;
}

.icons {
    display: flex;
    justify-content: space-around;
}

.icon {
    font-size: 2rem;
    color: rgb(175, 173, 173);
    display: flex;
}

.tx {
    color: rgb(138, 135, 135);
    padding-top: 5px;
    padding-left: 10px;
    font-weight: 700;
}

.ftx {
    display: flex;
    height: 50px;
    width: 200px;
    align-items: center;
}

.ftx:hover {
    background-color: rgb(231, 230, 229);
}

.icon:active {
    color: rgb(0, 119, 255);
}

.tx:active {
    color: rgb(0, 119, 255);
    ;
}

.post-3-name {
    font-size: 1.3rem;
    position: relative;
    top: -22px;
    left: 79px;
    font-weight: 700;
}

.post-3-pfp {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-image: url(./story-3.jpg);
    background-size: cover;
    position: relative;
    top: 15px;
    left: 15px;
}

.date-post-3 {
    font-size: 1rem;
    font-weight: 500;
    color: rgb(161, 163, 163);
    position: relative;
    top: -40px;
    left: 80px;
}

.detail-1-info {
    position: relative;
    top: -20px;
    left: 13px;
    font-size: 1.2rem;
}

.img-post-3 {
    background-image: url(./post-3.jpg);
    background-size: contain;
    height: 550px;
    width: auto;
}

.icons {
    display: flex;
    justify-content: space-around;
}

.icon {
    font-size: 2rem;
    color: rgb(175, 173, 173);
    display: flex;
}

.tx {
    color: rgb(138, 135, 135);
    padding-top: 5px;
    padding-left: 10px;
    font-weight: 700;
}

.ftx {
    display: flex;
    height: 50px;
    width: 200px;
    align-items: center;
}

.ftx:hover {
    background-color: rgb(231, 230, 229);
}

.icon:active {
    color: rgb(0, 119, 255);
}

.tx:active {
    color: rgb(0, 119, 255);
    ;
}

.post-4-name {
    font-size: 1.3rem;
    position: relative;
    top: -22px;
    left: 79px;
    font-weight: 700;
}

.post-4-pfp {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-image: url(./story-4.jpg);
    background-size: cover;
    position: relative;
    top: 15px;
    left: 15px;
}

.date-post-4 {
    font-size: 1rem;
    font-weight: 500;
    color: rgb(161, 163, 163);
    position: relative;
    top: -40px;
    left: 80px;
}

.detail-4-info {
    position: relative;
    top: -20px;
    left: 13px;
    font-size: 1.2rem;
}

.img-post-4 {
    background-image: url(./post-4.jpg);
    background-size: contain;
    height: 550px;
    width: auto;
}

.icons {
    display: flex;
    justify-content: space-around;
}

.icon {
    font-size: 2rem;
    color: rgb(175, 173, 173);
    display: flex;
}

.tx {
    color: rgb(138, 135, 135);
    padding-top: 5px;
    padding-left: 10px;
    font-weight: 700;
}

.ftx {
    display: flex;
    height: 50px;
    width: 200px;
    align-items: center;
}

.ftx:hover {
    background-color: rgb(231, 230, 229);
}

.icon:active {
    color: rgb(0, 119, 255);
}

.tx:active {
    color: rgb(0, 119, 255);
    ;
}

.right-main-heading {
    font-size: 2rem;
    color: rgb(168, 167, 167);
    margin: 30px;
    margin-left: -30px;
}

.right-side-main {
    margin-left: 60px;
    height: 100vh;
}

.sponser {
    width: 200px;
    height: 200px;
    background-color: aqua;
    margin-top: 20px;
    margin-left: -50px;
}

.add-1 {
    background-image: url(./add-1.jpg);
    background-size: cover;
}

.add-content {
    padding-left: 209px;
    padding-top: 30px;
    width: 100%;

}

.add-2 {
    background-image: url(./add-2.jpg);
    background-size: cover;
}

.add-content-2 {
    padding-left: 209px;
    padding-top: 30px;
    width: 100%;

}

.hr {
    margin-left: -50px;
}

.contacts {
    display: flex;
    width: 100%;
}

.contacth1 {
    color: rgb(122, 122, 121);
    font-size: 1.6rem;
    position: relative;
    left: -50px;
    top: 20px;
}

.contact-icon-glass {
    margin-left: 120px;
    font-size: 1.5rem;
    margin-top: 10px;
    padding-left: 20px;
    color: rgb(164, 164, 165);
}

.contacts-bars {
    font-size: 1.5rem;
    position: relative;
    right: -50px;
    top: 25px;
    color: rgb(164, 164, 165);
    ;
}

.contact {
    width: 400px;
    height: 50px;
    /* background-color: aqua; */
    margin-top: 20px;
    margin-left: -50px;
}

.contact:hover {
    background-color: rgb(219, 219, 219);
    cursor: pointer;
}

.contact1 {
    margin-top: 30px;
    display: flex;
}

/* contact 1 */

.pfp-1 {
    height: 45px;
    width: 45px;
    background-image: url(./story-1.jpg);
    background-size: cover;
    border-radius: 50%;
    margin: 5px;
}

.name-1-pr {
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 12px;
    padding-left: 10px;
}

.pfp-2 {
    height: 45px;
    width: 45px;
    background-image: url(./story-2.jpg);
    background-size: cover;
    border-radius: 50%;
    margin: 5px;
}

.name-2-pr {
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 12px;
    padding-left: 10px;
    position: relative;
    top: -50px;
    left: 53px;

}

.pfp-3 {
    height: 45px;
    width: 45px;
    background-image: url(./story-3.jpg);
    background-size: cover;
    border-radius: 50%;
    margin: 5px;
}

.name-3-pr {
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 12px;
    padding-left: 10px;
    position: relative;
    top: -50px;
    left: 53px;
}

.pfp-4 {
    height: 45px;
    width: 45px;
    background-image: url(./story-4.jpg);
    background-size: cover;
    border-radius: 50%;
    margin: 5px;
}

.name-4-pr {
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 12px;
    padding-left: 10px;
    position: relative;
    top: -50px;
    left: 53px;
}

.pfp-5 {
    height: 45px;
    width: 45px;
    background-image: url(./story-5.jpg);
    background-size: cover;
    border-radius: 50%;
    margin: 5px;
}

.name-5-pr {
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 12px;
    padding-left: 10px;
    position: relative;
    top: -50px;
    left: 53px;
}

.pfp-6 {
    height: 45px;
    width: 45px;
    background-image: url(./story-6.jfif);
    background-size: cover;
    border-radius: 50%;
    margin: 5px;
}

.name-6-pr {
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 12px;
    padding-left: 10px;
    position: relative;
    top: -50px;
    left: 53px;
}

.pfp-7 {
    height: 45px;
    width: 45px;
    background-image: url(./story-7.jfif);
    background-size: cover;
    border-radius: 50%;
    margin: 5px;
}

.name-7-pr {
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 12px;
    padding-left: 10px;
    position: relative;
    top: -50px;
    left: 53px;
}

.pfp-8 {
    height: 45px;
    width: 45px;
    background-image: url(./story-8.jfif);
    background-size: cover;
    border-radius: 50%;
    margin: 5px;
}

.name-8-pr {
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 12px;
    padding-left: 10px;
    position: relative;
    top: -50px;
    left: 53px;
}

.pfp-9 {
    height: 45px;
    width: 45px;
    background-image: url(./story-9.jfif);
    background-size: cover;
    border-radius: 50%;
    margin: 5px;
}

.name-9-pr {
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 12px;
    padding-left: 10px;
    position: relative;
    top: -50px;
    left: 53px;
}

.pfp-10 {
    height: 45px;
    width: 45px;
    background-image: url(./story-10.jfif);
    background-size: cover;
    border-radius: 50%;
    margin: 5px;
}

.name-10-pr {
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 12px;
    padding-left: 10px;
    position: relative;
    top: -50px;
    left: 53px;
}

@media (max-width: 700px) {
    .left-side-main {
        display: none;
    }

    .right-side-main {
        display: none;
        justify-content: end;
    }

    .post {
        width: 90%;
        height: 1400px
    }

    .img-post-1 {
        height: 1100px;
    }

    .img-post-2 {
        height: 1100px;
    }

    .img-post-3 {
        height: 1100px;
    }

    .img-post-4 {
        height: 1100px;
    }

    .img-post-1 iframe {
        height: 1100px;
    }

    .img-post-3 iframe {
        height: 1100px;
    }

    .add-mind {
        width: auto;
    }

    .my-story {
        width: 150px;
    }

    .story-1 {
        width: 200px;
    }

    .story-2 {
        width: 200px;
    }

    .story-3 {
        width: 200px;
    }

    .story-4 {
        width: 200px;
    }

    .center-side-main {
        overflow: visible;
    }

    main {
        width: fit-content;
    }

    header {
        width: 1000px;
        justify-content: flex-end;
        align-content: flex-end;
        height: 110px;
    }

    .fa-facebook {
        font-size: 5rem;
    }

    .right-hover {
        height: 70px;
        width: 70px;
    }

    .right-head-icon {
        font-size: 2.3rem;
        position: relative;
        top: 240px;
    }
    .fa-bell{
        font-size: 2rem;
        position: relative;
        top: 18px;
        left: 15px;
    }
    .fa-facebook-messenger{
        font-size: 2rem;
        position: relative;
        top: 18px;
        left: 15px;
    }
    .fa-bars{
        font-size: 2rem;
        position: relative;
        top: 18px;
        left: 15px;
    }
    .img-pfp{
       height: 65px;
        width: 65px; 
    }

    .add-mind {
        height: 100px;
        width: 90%;
    }

    .icons {
        display: flex;
        width: 100%;
    }

    .img-mind {
        width: 150px;
    }

    .mind-input {
        height: 60px;
        font-size: 1.5rem;
    }

    .sub-search {
        height: 80px;
        font-size: 1.5rem;
    }

    .fa-magnifying-glass {
        position: relative;
        top: 30px;
        font-size: 1.5rem;
    }
}

@media (max-width: 1395px) {
    .center-side-head {
        display: none;
    }
}