body {
    background-color: #202125;
  }
  
  .social-link a,
  h1 {
    font-family: 'Open Sans';
  }
  
  .social-link,
  h1 {
    text-align: center;
  }
  
  h1 {
    font-weight: 300;
    font-size: 42pt;
    user-select: none;
    padding-top: 18vh;
  }
  
  .social-link {
    width: 100%;
    font-family: 'Open Sans';
    padding: 10px 0;
    vertical-align: middle;
  }
  
  .social-link svg {
    height: 40px;
    width: auto;
    fill: currentColor;
    vertical-align: middle;
  }
  
  .social-link a {
    display: inline-block;
    width: 200px;
    text-decoration: none;
    color: #9e9fa3;
    line-height: 40px;
    padding: 0 16px;
    text-align: left;
    transition: color .4s ease-out;
  }
  
  .link a:hover,
  .social-link a:hover,
  body {
    color: #fefffb;
  }
  
  .link,
  .link a,
  h1 {
    width: 100%;
  }
  
  .link a {
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    color: #9e9fa3;
    line-height: 40px;
    padding: 0 16px;
    font-family: 'Open Sans';
    text-align: center;
    transition: color .4s ease-out;
  }
  @media only screen and (max-width:600px) {
    h1 {
      padding-top: 7vh;
    }
  }
  a,
  abbr,
  acronym,
  address,
  applet,
  article,
  aside,
  audio,
  b,
  big,
  blockquote,
  body,
  canvas,
  caption,
  center,
  cite,
  code,
  dd,
  del,
  details,
  dfn,
  div,
  dl,
  dt,
  em,
  embed,
  fieldset,
  figcaption,
  figure,
  footer,
  form,
  h2,
  h3,
  h4,
  h5,
  h6,
  header,
  hgroup,
  html,
  i,
  iframe,
  img,
  ins,
  kbd,
  label,
  legend,
  li,
  mark,
  menu,
  nav,
  object,
  ol,
  output,
  p,
  pre,
  q,
  ruby,
  s,
  samp,
  section,
  small,
  span,
  strike,
  strong,
  sub,
  summary,
  sup,
  table,
  tbody,
  td,
  tfoot,
  th,
  thead,
  time,
  tr,
  tt,
  u,
  ul,
  var,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  
  body {
    line-height: 1;
  }
  
  ol,
  ul {
    list-style: none;
  }
  
  blockquote,
  q {
    quotes: none;
  }
  
  blockquote:after,
  blockquote:before,
  q:after,
  q:before {
    content: none;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  