:root {
   --custom-1-hex: #F6F4F0;
   --custom-1-hsl: 57, 29%, 71%;
   --custom-1-h: 57;
   --custom-1-s: 29%;
   --custom-1-l: 71%;
   --custom-1-rgb: 203, 201, 161;
   --custom-1-r: 203;
   --custom-1-g: 201;
   --custom-1-b: 161;
}

/* Instagram Feed */
.FeedHeader__root {
   justify-content: center !important;
}

.FeedHeader__left-container, .FeedHeader__right-container {
   flex: 0 !important;
}
