
body {
  color: rgb(80, 80, 80);
  margin: 0;
}

.bg {
  align-items: flex-start;
  background: #C2CCB2;
  display: flex;
  flex-direction: row;
  height: 100vh;
  justify-content: center;
  padding: 32px;
  padding-top: 10%;
}


.box {
  background: rgb(250, 250, 250);
  background: #F6F8FD;
  border-radius: 16px;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  max-width: 640px;
  min-height: 200px;
  padding: 24px;
  width: calc(100% - 64px);
}

strong {
  text-decoration: underline;
}

h1 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  margin: 0;
  margin-bottom: 1.5em;
  text-align: center;
}

p {
  font-size: 22px;
  line-height: 1.5;
  padding: 0 8px;
}

.sans {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.sans.mod-bold {
  color: rgb(120, 120, 120);
  line-height: 1.3;
}

.sans.mod-italic {
  font-style: italic;
  text-align: center;
}