html {
width: 100%;
height: 100%;
}

body {
margin: 0px;
height: 100%;
width: 100%;
background-color: #1C1C1C;
background-image: url('heartgifts.jpg');
background-repeat: no-repeat;
background-position: center center;
}