
.wrapper {
  font-family: Poppins, 'Source Sans Pro', sans-serif, Helvetica, Arial;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

#maindiv {
  flex-grow: 1;
  z-index: 6;
}

.privacy, .terms{
  max-width: 1000px;
  width: 100%;
  text-align: justify;
  margin: 50px auto 20px auto;
  align-content: center;
  padding: 20px;
}

b, strong {
  font-weight: 600 !important;
}