


body{
    background-color: #f2f4f7;
}

#users-account-container{
    border: 0px solid black;
    height: 900px;
    width: 1100px;
    margin-top: 20px;
    margin-bottom: 50px;
    position: relative;
}

.user-account-imgs-container{
    border-bottom: 1px solid lightgray;
    height: 300px;
    width: 1700px;
    position: relative;
    left: -300px;    
    z-index: 1;
}
.user-background-img{
    border: 0px solid transparent;
    border-radius: 5px;
    height: 250px;
    width: 1100px;
    z-index: 2;
    position: absolute;
    object-fit: cover;
    top: 0px;
    left: 300px;
}
.user-profile-img{
    border: 1px solid black;
    height: 130px;
    width: 130px;
    border-radius: 100%;
    z-index: 3;
    position: absolute;
    bottom: 10px;
    left: 340px;
    object-fit: cover;
}
.user-profile-img:hover{
    box-shadow: 0px 0px 0px 1px black;
}
.user-name{
    border: 1px solid black;
    height: auto;
    color: white;
    border-radius: 7px;
    padding: 5px 7px;
    text-shadow: 0 0 3px white;
    background-color: black;
    width: auto;
    font-size: 20px;
    position: absolute;
    bottom: 30px;
    left: 490px;
    z-index: 3;
}


.follow-box{
    border: 0px solid black;
    height: 30px;
    width: 500px;
    float: left;
    margin-left: 30px;
}
.following-box{
    border: 1px solid lightgray;
    background-color: white;
    border-radius: 5px;
    float: left;
    width: 100px;
    padding: 10px 20px 10px 20px;
    margin-left: 0px;
    text-align: left;
    margin-top: 10px;
}
.following-box:hover{
    cursor: pointer;
    background-color: #f2f4f7;
}
.followers-box{
    border: 1px solid lightgray;
    background-color: white;
    border-radius: 5px;
    float: left;
    width: 100px;
    padding: 10px 20px 10px 20px;
    margin-left: 10px;
    margin-top: 10px;
    text-align: left;
}
.followers-box:hover{
    cursor: pointer;
    background-color: #f2f4f7;
}


.user-info-box{
    border: 1px solid lightgray;
    height: auto;
    width: 1020px;
    float: left;
    border-radius: 7px;
    margin-top: 30px;
    text-align: left;
    background-color: transparent;
    margin-left: 30px;
    padding: 10px 10px;
}
.bio-container{
    border: 0px solid gray;
    background-color: transparent;
    float: left;
    text-align: left;
    width: 1020px;
    padding: 10px 10px;
}


















/* .user-upload-info-container{
    border: 1px solid transparent;
    height: auto;
    width: 1410px;
    border-radius: 5px;
    background-color: transparent;
    margin-top: 50px;
    margin-left: -155px;
    float: left;
    margin-bottom: 200px;
}
.user-upload-menu-bar{
    border-bottom: 0px solid lightgray;
    background-color: transparent;
    height: 60px;
    width: 1400px;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
}
.user-upload-menu-item{
    border: 1px solid lightgray;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 0px 0px 10px;
    height: auto;
    background-color: white;
    width: auto;
    float: left;
    padding: 10px 25px;
}
.user-upload-menu-item:hover{
    background-color: #f2f4f7;
    cursor: pointer;
}
.your-uploads{
    background-color: transparent;
    border: 0px;
}
.your-uploads:hover{
    background-color: white;
}

.your-likes{
    float: right;
}
.create-uploads{
    float: right;
    margin-right: 0px;
}


.user-upload-display{
    border: 1px solid black;
    background-color: transparent;
    float: left;
    border-radius: 4px;
    height: 700px;
    width: 1415px;
    margin-bottom: 100px;
}





.upload-form-container{
    border: 1px solid black;
    background-color: #f2f4f7;
    height: 600px;
    border-radius: 7px;
    width: 1250px;
    margin-top: 50px;
    position: relative;
}

#product-form{
    border: 1px solid black;
    width: 1250px;
}

/* .upload-menu-bar{
    border-bottom: 0px solid lightgray;
    height: 50px;
    width: 1240px;
    float: left;
    margin-bottom: 50px;
}
.upload-menu-bar-item{
    border: 1px solid lightgray;
    padding: 10px 20px;
    background-color: white;
    margin: 15px 10px 10px 0px;
    float: right;
    border-radius: 3px;
}
.upload-menu-bar-item:hover{
    cursor: pointer;
    background-color: #f2f4f7;
}

.upload-btn{
    border: 0px solid black;
    border-radius: 7px;
    box-shadow: 0px 0px 2px 1px gray;
    height: 40px;
    background-color: white;
    width: 500px;
    position: absolute;
    bottom: 90px;
    right: 20px;
}
.upload-btn:hover{
    background-color: #f2f4f7;
    cursor: pointer;
}

.img-section-of-upload-form{
    border: 1px solid transparent;
    height: 475px;
    width: 550px;
    float: left;
    margin: 10px 0px 0px 50px;
}
.big-img{
    border: 0px solid black;
    box-shadow: 0px 0px 2px 1px gray;
    height: 280px;
    width: 550px;
    float: left;
    border-radius: 5px;
}
.small-img{
    border: 1px solid lightgray;
    height: 110px;
    width: 129.5px;
    float: left;
    border-radius: 5px;
    margin: 10px 3px 0px 3px;
}

.text-section-of-upload-form{
    border: 1px solid lightgray;
    border-radius: 7px;
    height: 280px;
    width: 500px;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}
.product-name-text{
    border: 1px solid lightgray;
    height: 40px;
    width: 465px;
    float: left;
    padding-left: 10px;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 7px;
}
.product-price-text{
    border: 1px solid lightgray;
    height: 40px;
    border-radius: 7px;
    width: 200px;
    padding-left: 10px;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
}
.product-description{
    float: left;
    border: 1px solid lightgray;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 10px;
    border-radius: 7px;
    margin-left: 10px;
} */