body {
  background: #FFF5EF;
  color: #825338;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  margin: 0 auto;
  padding: 16px;
  max-width: 800px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}

h1 {
  font-weight: bold;
  font-size: 24px;
  margin: 16px 0 0;
}

h2 {
  font-weight: bold;
  font-size: 20px;
  margin: 8px 0 0;
}

p {
  text-align: center;
  margin: 8px 0 0;
}

a {
  color: #FF8844;
}

button,
.button {
  display: block;
  text-align: center;
  background: #FF8844;
  border: none;
  text-decoration: none;
  color: white;
  margin: 16px 0 0;
  padding: 16px 24px;
  border-radius: 16px;
  font-weight: bold;
}

.elevation-1 {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#logo {
  display: block;
  margin: 32px 0 0;
  width: 200px;
  height: auto;
}