html, body {
  background-color: #fedece;
  background-image: url("https://www.transparenttextures.com/patterns/black-thread-light.png");
  font-family: "Noto Sans", sans-serif;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  padding: 20px;
  margin: 0 auto;
  max-width: 90%;
}

h1 {
  text-align: center;
}

.noto-font {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}