body {
    display: grid;
    place-items: center;
    height: 100%;
    font-family: 'Gothic A1', sans-serif;
    font-weight: 700;
    color: rgb(0,0,0);
    transition: background-color 3.3s ease;        
  }

  .warp-pipe-logo {
    padding-top: 20px;
    width: 255px;
    height: 328px;
    background: url('../images/warp-pipe.png');
    background-repeat: no-repeat;
    background-size: 255px 328px;
    background-position: 0px 20px;
    transition: all 0.6s ease;
  }

  h1 {
    font-size: 3.2em;
    font-weight: 700;
    line-height: 1.38;
    text-align: center;
    transition: all 0.6s ease;
    margin-bottom: 10px;
  }

  .social {
    min-height: 56px;
    margin: 3px auto 0;
    font-weight: 400;
    line-height: 1.38;
    text-align: center;
    color: rgb(0,0,0);
  }

  p a  {
    color: #138dec;
    font-size: 0.9em;
    padding:  0px;
  }

  a {
    color: #333;
    font-size: 2.1em;
    padding: 8px; 
  }

  a:hover {
    color: #42e31a;
    transition: all 0.6s ease;
  }

  .fab {
    color: #333;
    transition: all 0.6s ease;
    padding: 10px;
  }
  
  .fab:hover {
    color: #999;
  }