@font-face {
  font-family: "FF Meta";
  src: url(../assets/fonts/Meta-Font/meta-normal.ttf);
}

body {
  color: rgb(214, 249, 244);
  font-family: "FF Meta", Impact, Haettenschweiler, "Arial Narrow Bold",
    sans-serif;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-size: 18px;
  background-color: rgb(7, 167, 143);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1em 2em;
  box-sizing: border-box;
}

.container {
  display: grid;
  /* grid-template-columns: 30% 30% 30%; */
  grid-template-columns: 18% 18% 18% 18% 18%;
  gap: 2em;
  justify-content: space-between;
  width: 75%;
}

.item {
  display: flex;
  flex-direction: column;
  gap: 0.1em;
  text-align: center;
}

.item img {
  width: 100%;
  margin-bottom: 0.5em;
}

.moodboard-column {
  display: flex;
  flex-direction: column;
  width: 30%;
  gap: 2em;
}

.moodboard-container {
  margin-block-start: 1em;
  margin-block-end: 1em;
  display: flex;
  justify-content: space-between;
}

.subheading {
  opacity: 75%;
}
