@import "//fonts.googleapis.com/css?family=Source+Sans+Pro:900";
html {
  min-height: 100%; }

body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  font-family: "Triplicate T3", "Source Code Pro", monospace;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 300;
  color: #121a21;
  background: #f28c95;
  background: linear-gradient(120deg, #f28c95 0%, #eeadfb 100%); }

p {
  margin: 0;
  padding: 0 0 1em; }

h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  line-height: 1.2em; }

a {
  text-decoration: none;
  border-bottom: 3px solid #0f4d8a;
  padding-bottom: 1px;
  color: #0f4d8a; }
  a:hover {
    border-bottom-color: #0a335c;
    color: #0a335c;
    transition: color 1s; }
  a:active {
    border-bottom-color: #051a2e;
    color: #051a2e;
    transition: color 1s; }

.container {
  max-width: 650px;
  min-width: 500px;
  margin: 150px; }
  @media (max-width: 800px) {
    .container {
      width: 500px;
      margin: 150px auto 0; } }
  @media (max-width: 600px) {
    .container {
      width: auto;
      min-width: 0px;
      padding: 0 50px; } }

.me {
  width: 125px;
  height: 125px;
  border-radius: 50%; }

p.meta {
  font-size: .9em;
  margin-top: 2em; }

/*# sourceMappingURL=style.css.map */
