:root {
  font: 62.5% "Helvetica Neue", Helvetica, Arial, Sans-serif;
}

* {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

html {
  min-height: 100%;
  font-size: 1em;
  line-height: 1.4;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  background-color: #d7dfe2;
  color: #292b26;
  min-width: 320px;
  position: relative;
}

.public-home-index {
  text-align: center;
}

.public-home-index-header {
  text-align: center;
}

.body {
  font-weight: 400;
  line-height: 1;
  margin: 0 auto;
  margin-bottom: 30px;
}

.body-paragraphs-container {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  display: inline-block;
  line-height: 1.4;
  max-width: 520px;
  padding: 15px;
  width: 100%;
}

.body-paragraph {
  font-size: 16px;
  margin: 0 0 8px 0;
}

.body-paragraph:last-child {
  margin-bottom: 0;
}

.logo {
  margin-bottom: 10px;
}

.logo-image {
  display: inline-block;
  width: 100px;
  height: 52px;
  vertical-align: middle;
}
