body
{
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
}

section
{
    margin: auto;
    width: 1080px;
}
section.full-width
{
    width: 100%;
}

footer
{
    margin-top: 50px;
    text-align: center;
    font-size: 0.8em;
    color: #888;
}

footer.trex
{
    position:fixed;
    bottom:0;
    right:0;
    display: flex;
    justify-content: flex-end;
}

footer.trex img
{
    height:100px;
}
