
 /**************************************************************/
 /*                                                            */
 /*              Creado por joason                             */
 /*                                                            */
 /*             Sitio web: https://joason.com                  */
 /*                                                            */
 /**************************************************************/
  
  body {
    background: #ffffff;
	}
	h1 {
		color: #000000;
	}
	


h1 span {
    font-weight: 500;
}
#main-content {
    margin: 0;
    transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1);
	padding-bottom: 40px;
}