

.background
{
    background-image: url(bg.jpg);
}

.bodytext
{
    font-family: 'Exo', sans-serif;
    color: white; 
    text-align:  center;
    margin-top: 250px;
    margin-left: auto; 
    margin-right: auto;
}

.h1size
{
    font-size: 48px;
}

.psize
{
    margin-top: 200px;
    font-size: 1em;
}

