:root
{
    --blue-color:#0052A2;
    --grey-color:#F7F7F7;
    --dark-grey-color:#E9ECEF;
}

html
{
    height: 100%;
}

body
{
    font-family: 'Brown';
    background: url('../images/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;

}