html, body {
    height: 100%;
    margin: 0;
}
* {
    box-sizing:border-box;
}


body {
    background: url('../images/bg.jpg') center no-repeat;
    background-size: cover;
    opacity: 0.5;
}