*{
  font-family: 'Open Sans', sans-serif;
}

html {
  height: 100%;
}

html, body {
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
  min-height: auto;
  box-sizing: border-box;
}

header {
  padding: 115px 0 32px 0;
  text-align: center;
  background-color: #2d3436;
  color: white;
  font-size: 28px;
}

main, header > h1 {
  padding: 0 16px;
  max-width: 760px;
  box-sizing: border-box;
  margin: 0 auto;
}

main {
  margin: 24px auto;
  box-sizing: border-box;
}

pre {
  white-space: pre-wrap;
  background-color: #EEEEEE;
  padding: 16px;
}

pre code {
  word-break: break-word;
}

.is-invisible {
  opacity: 0;
}

.subscription-details {
  transition: opacity 1s;
  display: none;
}
.txt-pressuposto{
  text-align: center;
  font-size: 28px;
}

@media (max-width: 600px) {
  header > h1 {
    font-size: 36px;
  }
}

button{
  margin-top: 20%;
  background: #2d3436;
  border-radius: 40px;
  height: 80px;
  color: white;
  font-size: 20px;
  padding: 0 50px;
  border: none;
  cursor: pointer;
}