.button {
  background: #f05d35;
  padding: 10px 15px;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffff;
  display: inline-block;
  min-width: 150px;
  font-size: 0.9em;
  text-align: center;
  text-transform: uppercase;
}

.logo { 
  text-align: center;
}

footer{
  display: none;
}