
/* ========== フッターのCSS ========== */

footer {
  width: 100%;
  max-width: 1920px;
  background-color: #b6bebe;
  height: auto;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer p {
  font-family: var(--font-family-victor_mono);
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0;
  line-height: normal;
  color: white;
  font-size: 32px;
  text-align: center;
  margin: 0 auto;
}
