body {
  background: linear-gradient(0deg, #666, #ccc 30%) no-repeat;
  font-family: "Open Sans", sans-serif;
}

.header {
  background: #fff;
  height: 100px;
  padding: 24px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.header .inner {
  max-width: 984px;
  padding: 0 24px;
  margin: auto;
  width: 100%;
}

#logo {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100px;
}

img.center {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.box {
  height: 30%;
  width: 40%;
  min-width: 300px;
  min-height: 250px;
  max-width: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  padding: 20px;
  border-radius: 0 0 0 24px;
}

h2 {
  background: #00abc4;
  color: #fff;
  font-size: 24px;
  padding: 18px 24px;
  margin: -20px -20px 20px;
  border-bottom: 1px solid #dbdbea;
}

p {
  font-family: "Open Sans", sans-serif;
  color: #333;
}

.fa {
  float: right;
  opacity: 0.5;
}
