html body {
    margin: 1rem 1rem 1rem 1rem;
}

/* /\* CSS in here for mobile only *\/ */
/* @media (max-width: 768px) { */
/*     body */
/*     { */
/* 	max-width: 768px; */
/*     } */
/* } */

/* /\* CSS in here for tablet only *\/ */
/* @media (min-width: 769px) and (max-width: 1024px) { */
/*     body */
/*     { */
/* 	max-width: 700px; */
/*     } */
/* } */

/* CSS in here for desktop only */
@media (min-width: 1025px) {
    body
    {
	max-width: 50rem;
    }
}
