#fluid {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

body {
  height: 100vh;
  overflow: hidden;
  background-color: #1be2c0;
}

#profile-name-header {
  color: #191b2d;
}

.profile-nav-2 {
  background-color: #ededed;
  border-color: #d4d4d4;
}
.profile-nav-2 a {
  color: #666;
}
.profile-nav-2 a.active {
  color: #404040;
}

.single-pen {
  border-color: #ededed;
}
.single-pen .stats {
  background-color: transparent;
}
.single-pen .stats:after {
  background: transparent;
}

.meta {
  background-color: #ededed;
  color: #666;
}

.button-outline {
  border-color: #191b2d;
  color: #191b2d;
}
.button-outline:hover {
  background-color: #191b2d;
  color: #fff;
}

.button-dark {
  background-color: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.3);
}

.pagination-button {
  border-color: #fff;
}

.links-and-stats {
  background-color: #1be2c0;
}

.iframe-wrap > .meta-overlay .pen-actions {
  border-color: #db3192;
}

.profile-panel {
  width: 340px;
  margin: 100px auto;
  background: #fafaff;
  height: 500px;
  border-radius: 10%;
  text-align: center;
  border-bottom: 4px solid #e1e1e5;
  font-family: 'Montserrat', sans-serif;
}

.profile-header {
  padding: 30px 0 30px;
  color: #3e6372;
}
.profile-header h1 {
  font-size: 19px;
  line-height: 1.5;
  margin: 0;
}
.profile-header h2 {
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 1.4em;
}

.profile-image {
  width: 200px;
  height: 150px;
  margin: 0 auto;
}
.profile-image img {
  max-width: 90%;
}
.profile-image img {
  border-radius: 20%;
}

.profile-social-links {
  border-top: 1px solid #e1e1e5;
  border-bottom: 1px solid #e1e1e5;
  padding: 12px 0;
}

.social-btn {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e1e1e5;
  border-radius: 100%;
  margin: 0 9px;
}
.social-btn i {
  transition: transform ease 0.1s;
}
.social-btn:hover i {
  transform: scale(1.2);
  color: #fff;
}
.social-btn.twitter {
  color: #55acee;
  border-color: #55acee;
}
.social-btn.twitter:hover {
  background: #55acee;
}
.social-btn.instagram {
  color: #3f729b;
  border-color: #3f729b;
}
.social-btn.instagram:hover {
  background: #3f729b;
}
.social-btn.facebook {
  color: #3b5998;
  border-color: #3b5998;
}
.social-btn.facebook:hover {
  background: #3b5998;
}

.profile-footer {
  padding: 30px 0;
}
.profile-panel {
  border-bottom-color: #004d1a;
}
.profile-panel .btn {
  background: #004d1a;
}
.profile-panel .btn:hover {
  background: #00e64d;
}
svg {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1;
}

.btn {
  display: inline-block;
  min-width: 120px;
  min-height: 50px;
  line-height: 50px;
  text-align: center;
  background: #e1e1e5;
  color: #fafaff;
  font-size: 14px;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all ease 0.3s;
}