
.jacquard-24-regular {
  font-family: "Jacquard 24", system-ui;
  font-weight: 400;
  font-style: normal;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  background-image: url("images/background.index.PNG");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: url("images/cursorindex.PNG"), auto;
}

h1 {
  color: rgb(194 213 170);
  text-align: center;
  margin-top: 10px;
  font-size: 80px;
}

p {
    color: black;
    text-align: left;
    margin-left: 10px;
}