/*
  Sistema de Punto de Venta
  Desarrollado para uso exclusivo de Cheese Pizza
  Por Appix Software
  Aguascalientes, México
  (c) 2021
*/
/* 
    Created on : 6/03/2021, 01:49:56 PM
    Author     : Joseluis.Mondragon
*/

body { margin-left : 100px; margin-right: 100px }

h1 { color: #111; font-family: 'Helvetica Neue', sans-serif; font-size: 45px; font-weight: bold; letter-spacing: -1px; line-height: 1; text-align: center; }

h2 { color: #111; font-family: 'Open Sans', sans-serif; font-size: 30px; font-weight: 300; line-height: 32px; margin: 0 0 72px; text-align: center; }

p { color: #685206; font-family: 'Helvetica Neue', sans-serif; font-size: 14px; line-height: 24px; margin: 0 0 24px; text-align: justify; text-justify: inter-word; }