body {
  font-family: 'Sen', sans-serif !important;
  margin: 0;
  padding: 0; }

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 10px; }

.github-link {
  font-size: 13px;
  padding: 10px;
  display: flex;
  justify-content: center; }
  .github-link a {
    margin: 0px 10px; }
    .github-link a span {
      margin-left: 5px; }

.insta-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px; }
  .insta-container > a {
    width: 150px;
    margin: 10px 10px 0px 0px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 150px;
    background-size: cover;
    border-radius: 3px; }
    .insta-container > a img {
      width: 100%; }
    .insta-container > a .text {
      white-space: pre-wrap;
      position: absolute;
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      padding: 20px;
      border-radius: 3px;
      opacity: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.5s; }
    .insta-container > a:hover .text {
      opacity: 1; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.profile {
  padding: 20px; }
  .profile .loading {
    position: relative;
    top: 20px;
    display: inline-block;
    animation: rotation 2s infinite linear; }
  .profile .profile-head .profile-photo img {
    width: 100px;
    height: 100px;
    border-radius: 50%; }
  .profile .profile-head h2 {
    font-size: 24px;
    margin: 0;
    margin-top: 10px; }
  .profile .profile-head p {
    padding: 8px 0px;
    font-size: 15px;
    color: #6c757d; }
  .profile .profile-head ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .profile .profile-head ul li {
      display: flex;
      align-items: center;
      padding: 4px 0px; }
      .profile .profile-head ul li span {
        font-size: 14px;
        margin-left: 8px; }
  .profile .profile-head .lan-small {
    font-size: 12px;
    color: #333; }
    .profile .profile-head .lan-small .percent {
      color: #ccc;
      font-size: 10px; }
    .profile .profile-head .lan-small .icon {
      margin-right: 5px;
      margin-left: 0px; }

.buy-coffee {
  padding: 20px 0px; }
  .buy-coffee .supporters {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #6c757d; }
    .buy-coffee .supporters span {
      margin-left: 5px; }
  .buy-coffee .coffee-options {
    margin-top: 30px; }
    .buy-coffee .coffee-options .numbers {
      list-style: none;
      padding: 0;
      margin: 20px 0px; }
      .buy-coffee .coffee-options .numbers li {
        display: inline-block;
        margin-right: 20px;
        padding: 5px 13px;
        /* Firefox */ }
        .buy-coffee .coffee-options .numbers li input::-webkit-outer-spin-button,
        .buy-coffee .coffee-options .numbers li input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .buy-coffee .coffee-options .numbers li input[type=number] {
          -moz-appearance: textfield; }
      .buy-coffee .coffee-options .numbers li.coffee-icon {
        padding: 0px !important;
        margin-right: 2px !important; }
      .buy-coffee .coffee-options .numbers li.custom-number {
        padding: 0 !important; }
        .buy-coffee .coffee-options .numbers li.custom-number input {
          width: 35px;
          padding: 2px 4px;
          text-align: center; }
      .buy-coffee .coffee-options .numbers li.number {
        padding: 5px 13px;
        border-radius: 50%;
        border: 1px solid #6c757c;
        cursor: pointer; }
      .buy-coffee .coffee-options .numbers li.active {
        background-color: #000;
        color: #fff; }
      .buy-coffee .coffee-options .numbers li.button a {
        color: #fff;
        text-decoration: none;
        padding: .7rem 1.5rem;
        border: 1px solid #eee;
        background: #000;
        border: 0;
        border-radius: 5px;
        cursor: pointer;
        font-size: .75rem;
        margin-bottom: .5rem;
        margin-top: .25rem;
        outline: none;
        text-decoration: none;
        text-transform: uppercase; }
        .buy-coffee .coffee-options .numbers li.button a:hover {
          background: #343a40 !important; }

.messages .message-card {
  margin-bottom: 20px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 20px; }
  .messages .message-card .name {
    font-size: 14px; }
    .messages .message-card .name b {
      font-weight: 700;
      font-size: 16px; }
  .messages .message-card .message {
    font-size: 14px;
    color: #6c757d;
    font-weight: 400;
    margin-top: 10px; }

.thanks-page {
  width: 600px;
  margin: 0 auto;
  padding: 60px 0px; }
  .thanks-page ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 400px; }
    .thanks-page ul li {
      display: inline-block;
      margin-right: 8px; }
      .thanks-page ul li a {
        font-size: 14px; }
        .thanks-page ul li a span {
          margin-left: 4px; }
  .thanks-page h2 {
    display: flex;
    align-items: center; }

