.u-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.c-content {
  align-self: center;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.u-link {
  text-decoration: underline;
}

.u-footer-text {
  align-self: center;
}

.u-foote-wrap {
  display: flex;
  justify-content: center;
}

@media (max-width: 480px) {
  .u-foote-wrap {
  flex-direction: column;
  }
}