/* Extra small devices (phones, less than 768px) */

body {
  font-size: 18px;
  line-height: 1.6;
}

footer {
  background-color: #f8f8f8;
  margin-top: 2em;
}

.footer {
  padding-top: 10px;
}

.inside {
  color: #333;
}

.pdf {
  width: 100%;
  height: 600px;
}

.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *::before,
.reset-box-sizing *::after {
  box-sizing: content-box;
}

/* Other devices (768px and up) */

@media (min-width: 768px) {
  .footer {
    text-align: right;
  }
}
