body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

a {
  color: #00B7FF;
}

/* メンバー一覧 - プロフィール画像 */
.profile-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}

.index-btn {
  width: 200px;
}

/* プロフィール画像アップロード */
.preview-img {
    object-fit: cover;
}