/*
 * Theme Name: Theme
 * Author: MC	
 * Version: 1.1.0
 **/


body {
    background-image: url('assets/images/house.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}