body {
  display: flex;
  flex-direction: column;
}

header {
  margin-bottom: 1px;
  background-color: blue;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.catcontent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content {
  margin-top: 10px;
  /* padding: 60px 0px; */
  height: 70vh;
  background-image: url("/images/underconstruction.png");
  background-repeat: no-repeat;
  background-position: center;
}

footer {
  background-color: aquamarine;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.morebutton {
  margin-top: 15px;
}
