body {
  background-image: url("images/bg.png");
  background-size: cover;
  background-attachment: fixed;
}
.paytone-one-regular {
    font-family: "Paytone One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
h1,h2,h3,h4 {
    font-family: "Paytone One", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: aliceblue;
  }
p {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: aliceblue;
}