/******************************************************************************/
/* fabino.org                                                                 */
/******************************************************************************/

/******************************************************************************/
/*  Global style                                                              */
/******************************************************************************/
*
{

}

/******************************************************************************/
/*  Html style                                                                */
/******************************************************************************/
html
{

}

/******************************************************************************/
/*  Body style                                                                */
/******************************************************************************/
body
{
    background-color: rgb(0, 0, 0);
}

/******************************************************************************/
/*  H1 style                                                                  */
/******************************************************************************/
h1
{
    font-size: 4em;
    color: white;
    top: 30px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center;
}

/******************************************************************************/
/*  H2 style                                                                  */
/******************************************************************************/
h2
{
    font-size: 3em;
    color: white;
    top: 20px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 200px;
    display: block;
    text-align: center;
}

/******************************************************************************/
/*  P style                                                                  */
/******************************************************************************/
p
{
    font-size: 2em;
    color: white;
    top: 0px;
    left: 0px;
    margin: 20px;
    padding: 0px;
    display: block;
    text-align: center;
}
