body {
  background-color: black;
  color: yellow;
  font-family: "Freckle Face", system-ui;
  font-weight: 400;
  font-style: normal;
  text-align: center;
    background-image:url('patterns/scgool.jpg');
    background-size:100%;
    background-repeat: repeat-y;
    background-attachment: fixed;
    height:100%;
    width:100%;
}