.flex-wrap{
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
#center{
    width: 1200px;
}
#s-feed{
    position: sticky;
    height: 10vh;
    bottom: 4%;
}
.theme-panel{
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-top: 0px;
    overflow: scroll; 
}
.gallery-grid{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-evenly;
}
.card{
    width: 260px;
    padding: 5px;
    margin: 10px;
}
article{
    padding-bottom: 20px;
    margin-bottom: 30px;
}
#right{
    width: 100px;
    padding-left: 10px;
}
img{
	width: 100%;
	height: auto;
}







