body{
background-image: url(Images/Background.jpg);
background-image:no-repeat;
background-position: center ;
background-attachment: fixed;
background-size:cover;
}


p {
 font-family: "Jacquard 12", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

h1 {
 font-family: "Jacquard 12", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
    
}


div {
  float: left;
  padding: 15px; 
}