.home {
  display: table;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-left  {
  display: table-cell;
  vertical-align: middle;
  width: 400px;
  text-align: center;
}

.home-left p {
  text-align: center;
}

.home-right  {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  width: 400px;
  padding: 5px 5px 5px 5px; 
}

.home-spacer {
  text-align: center;
}
