body{
    margin: 0;
    padding: 0;
    background-image: url('../img/Background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}