/* blah blah */

body {
	line-height: 1;
    background-color: #111111;
}

.bodytainer {
    color: #eeeeee;
    padding: 16px;
    }

.headertainer {
    line-height: unset;
    margin: 16px;
    padding: 16px;
    background-color: #331133;
    text-align: center;
    /*text-align:center

        font-size: 350%;
    line-height: 120%;

        font-size: 350%!important;
    line-height: 120%!important;

    width: 200px;
    height: 200px;
    */
    }


.contenttainer {
    max-width: 80%;
    }


