/* changing order of widgets on home-page */
.home-page {
  display: flex;
  flex-direction: column;
}
/* changing order of widgets on home-page */
