/* header */
header {
  width: 360px;
  margin: 0 auto;
  padding: 12px 14px;
  border-bottom: 1px solid #f3f4f6ff;
}

/* footer */
footer {
  margin: 30px 0 0;
  padding: 0 0 12px;
  border-top: 1px solid #dee1e6ff; /* neutral-300 */
}
footer div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 360px;
  margin: 0 auto;
  padding: 6px 0 0;
  font-family: Inter; /* Body */
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #9095a0ff; /* neutral-500 */
}
footer div p {
  width: 130px;
}

@media screen and (min-width: 768px) {
  footer {
    margin: 108px 0 0;
    padding: 0 132px 12px;
    border-top: 1px solid #dee1e6ff; /* neutral-300 */
  }
  footer div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 6px 0 0;
    font-family: Inter; /* Body */
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #9095a0ff; /* neutral-500 */
  }
}

@media screen and (min-width: 1200px) {
  /* header */
  header {
    width: 100%;
    margin: 0;
    padding: 12px 14px;
    border-bottom: 1px solid #f3f4f6ff;
  }

  /* footer */
  footer {
    margin: 108px 0 0;
    padding: 0 132px 12px;
    border-top: 1px solid #dee1e6ff; /* neutral-300 */
  }
  footer div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 6px 0 0;
    font-family: Inter; /* Body */
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #9095a0ff; /* neutral-500 */
  }
}
