
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 15px;
}

h1, p {
  color: #333;
  font-weight: normal;
}

.container {
  display: inline-block;
  border: solid 1px rgba(0,0,0,0.1);
}

.button {
  padding: 19px;
  background: rgba(194,66,66,0.5);
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  
  transition: background 0.4s;
  cursor: pointer;
}

.button:hover {
  background: rgba(194,66,66,0.9);
}

.button a {
  text-decoration: none;
  color: white;
}

.button h1, .button h2 {
  margin: 0;
}