

.made-with {
    background: #fd264f;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1em;
    margin: 0;
    padding: 5px 110px;
    position: fixed;
    top: 20px;
    right: -100px;
    text-align: center;
    text-decoration: none;
    transform: rotate(45deg);
}
.documentation {
    color: #fd264f;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none; }

  
/* src/components/tab.sass */
.tabs {
    box-sizing: content-box;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .tabs [class^=tab] label,
  .tabs [class*=" tab"] label {
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    padding: 2rem 0;
    text-align: center;
  }
  .tabs [class^=tab] [type=radio],
  .tabs [class*=" tab"] [type=radio] {
    border-bottom: 1px solid rgba(239, 237, 239, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .tabs [class^=tab] [type=radio]:hover, .tabs [class^=tab] [type=radio]:focus,
  .tabs [class*=" tab"] [type=radio]:hover,
  .tabs [class*=" tab"] [type=radio]:focus {
    border-bottom: 1px solid #fd264f;
  }
  .tabs [class^=tab] [type=radio]:checked,
  .tabs [class*=" tab"] [type=radio]:checked {
    border-bottom: 2px solid #fd264f;
  }
  .tabs [class^=tab] [type=radio]:checked + div,
  .tabs [class*=" tab"] [type=radio]:checked + div {
    opacity: 1;
  }
  .tabs [class^=tab] [type=radio] + div,
  .tabs [class*=" tab"] [type=radio] + div {
    opacity: 0;
    padding: 2rem 0;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .tabs .tab-2 {
    width: 50%;
  }
  .tabs .tab-2 [type=radio] + div {
    width: 200%;
    left: 200%;
  }
  .tabs .tab-2 [type=radio]:checked + div {
    left: 0;
  }
  .tabs .tab-2:last-child [type=radio] + div {
    left: 100%;
  }
  .tabs .tab-2:last-child [type=radio]:checked + div {
    left: -100%;
  }
  .tabs .tab-3 {
    width: 33.333%;
  }
  .tabs .tab-3 [type=radio] + div {
    width: 300%;
    left: 300%;
  }
  .tabs .tab-3 [type=radio]:checked + div {
    left: 0;
  }
  .tabs .tab-3:nth-child(2) [type=radio] + div {
    left: 200%;
  }
  .tabs .tab-3:nth-child(2) [type=radio]:checked + div {
    left: -100%;
  }
  .tabs .tab-3:nth-child(3) [type=radio] + div {
    left: 100%;
  }
  .tabs .tab-3:nth-child(3) [type=radio]:checked + div {
    left: -200%;
  }
  .tabs .tab-4 {
    width: 25%;
  }
  .tabs .tab-4 [type=radio] + div {
    width: 400%;
    left: 400%;
  }
  .tabs .tab-4 [type=radio]:checked + div {
    left: 0;
  }
  .tabs .tab-4:nth-child(2) [type=radio] + div {
    left: 300%;
  }
  .tabs .tab-4:nth-child(2) [type=radio]:checked + div {
    left: -100%;
  }
  .tabs .tab-4:nth-child(3) [type=radio] + div {
    left: 200%;
  }
  .tabs .tab-4:nth-child(3) [type=radio]:checked + div {
    left: -200%;
  }
  .tabs .tab-4:nth-child(4) [type=radio] + div {
    left: 100%;
  }
  .tabs .tab-4:nth-child(4) [type=radio]:checked + div {
    left: -300%;
  }

  /* card blog */
  