
body{
    background-color: #f2f4f7;
}

.user-news-feed-page-container{
    border: 1px solid transparent;
    height: 570px;
    width: 1740px;
    margin-top: 0px;
}


.side-bar-container{
    border-right: 1px solid #f2f2f2;
    height: 770px;
    width: 210px;
    float: left;
    position: fixed;
    padding-top: 10px;
    margin-left: -16px;
}



.user-news-feed-container{
    border: 1px solid transparent;
    height: auto;
    width: 600px;
    padding-bottom: 50px;
}



.search-news-title-container{
    border: 1px solid transparent;
    height: 30px;
    width: 100%;
    margin-top: 110px;
    margin-left: -100px;
}
.search-news-title-text{
    border: 1px solid transparent;
    float: left;
    height: auto;
    width: auto;
}


    /* put this css in its own text file */

    .user-search-form{
        border: 1px solid transparent;
        height: 40px;
        background-color: transparent;
        margin-top: 0px;
        margin-bottom: 50px;
        margin-left: -50px;
    }
    .search-user-item{
        /* border: 1px solid black; */
        float: left;
        /* margin-left: -100px; */
    }
    .search-user-field{
        border: 1px solid transparent;
        background-color: white;
        width: 120%;
        /* float: left; */
        height: 37px;
        margin-left: -45px;
        border-radius: 50px;
        padding-left: 20px;
        box-shadow: 0px 1px 9px 0px #3c4043;
    }
    .search-user-btn{
        border: 1px solid transparent;
        border-left: 1px solid gray;
        height: 30px;
        width: 35px;
        border-radius: 0px 15px 15px 0px;
        margin-left: -40px;
        margin-top: 5px;
        background-color: white;
    }
    .search-user-btn:hover{
        cursor: pointer;
        background-color: #f2f2f2;
    }