
body
{
    text-align:  center;
    font-family: 'Ubuntu', sans-serif;
    color:       rgba(255, 255, 255, 1);
    font-size:   1em;
}



h1
{
    color:     rgba(255, 255, 255, 1);
    font-size: 5em;
}

h2
{
    color:     rgba(255, 255, 255, 0.9);
    font-size: 3em;
}

h3
{
    color:     rgba(255, 255, 255, 0.8);
    font-size: 2em;
}
