/* *
 * @version 1.0.0
 * @license MIT
 * @copyright CPC
 * @author Dcodifica
 * @contact cjimenez@dcodifica.pe | www.dcodifica.pe */

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  font-family: monospace;
  font-size: 1rem;
  font-weight: 300;
}

h1 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}
