body {
  margin: 0;
  padding: 0;
  background-image: url("peredoug.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 75vh;
  font-family: "Jacquard 24", system-ui;
}

.word{
      font-size: 150px;
      color: whitesmoke;
      padding-left: 50px;
}

