html, body, h1, h2, p, input, section, main {
  margin: 0;
  padding: 0;
}

h1 {
  margin-bottom: 50px;
}

p {
  text-align: left;
  margin-bottom: 30px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  text-align: center;
}

.hidden {
  display: none;
}

main {
  max-width: 800px;
  padding: 80px 50px;
  margin: 0 auto;
}

section {
  margin-bottom: 50px;
}

.explainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.explainer h2 {
  margin-bottom: 20px;
}

.before-image, .after-image {
  width: 100%;
  max-width: 400px;
}

.denotch-canvas {
  display: block;
  width: 300px;
  border: 2px solid black;
  margin: 0 auto;
  cursor: pointer;
}

.denotch-download-button {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 30px;
}
