body {
  font-weight:700;
  color: red;
  font-family: 'Arial', sans-serif;
}

h3 {
  font-weight:100;
  color: black;
  font-family: 'Arial', sans-serif;
  text-align: center;
  line-height: 1;
  Font-size: 25px
}
h1 {
  line-height:0px;
  font-size: 30px;
  color: red;
  font-family: "Jacquard 12", system-ui;
  font-weight:600;
  font-style: normal;
  letter-spacing:10px;
  text-align: left;
  
}

body {
  background-image: url('');
  background-color: rgba(255, 255, 0, 0.4); /* 60% white overlay */
  background-blend-mode: lighten;
  background-position: top;
  /* Always provide a background color in case the image fails to load */
  background-attachment: scroll;
  background-size: 50%;
}