body {
  min-height: 100vh;
  background-color: #0073dd;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box; }

.contact-us {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center; }

.privacy {
  flex: 1 1 auto;
  padding: 0 2rem; }

.legalterms {
  flex: 1 1 auto;
  padding: 0 2rem; }

p {
  font-size: 1.8rem;
  color: white;
  font-weight: bold; }

h3 {
  font-size: 2.2rem;
  color: white;
  font-weight: bold; }

/*# sourceMappingURL=siteinfo.css.map */
