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

  .ghostbusters-org-logo {
    padding-top: 20px;
    width: 250px;
    height: 250px;
    background: url('../images/ghostbusters-dot-org.png');
    background-repeat: no-repeat;
    background-size: 250px 250px;
    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;    
  }

  .mission-statement {
    text-align: center;
    margin: 33px auto 0;
    font-weight: 400;
    font-size: 1.6em;
    line-height: 1.4;
    width: 700px;
  }

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

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