html {
  min-height: 100%;
  background: #3a3a3a;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  min-height: 100%;
  margin: 0;
  background: transparent;
  color: #666;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
}

#seed-csp4-page {
  min-height: 100vh;
  padding: 60px 20px;
}

#seed-csp4-content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 20px;
}

#seed-csp4-image {
  display: block;
  width: 332px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
