
body{
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

h2 {
  position: relative;
  padding: 1rem .5rem;
}

h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}

.navbar-brand{
  font-size: 32px;
}

.top{
  padding:200px 0;
  background-image: url(../img/top1.jpeg);
  background-size: cover;
}

.profile-card_name{
  font-size: 24px;
  margin-bottom: 15px;
}

.profile-card__sub-head{
  margin-top: 20px;
}

footer{
  background-color: #555;
  font-size: 14px;
}
