@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html {
  background: #eee;
}

body {
  box-sizing: border-box;
  width: 100%;
  max-width: 50em;
  background: #fff;
  margin: 0 auto;
  padding: 2em 0.5em 1.6em 0.5em;
  border: 1px #bbb solid;
  border-top: none;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
}

h1 {
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
  margin: 0;
}

p.mateusz {
  font-size: 1.05em;
  text-align: center;
  margin: 0.3em auto 3em auto;
}

h2 {
  font-weight: bold;
  font-size: 1.15em;
  margin: 1.2em 0 0.7em 0;
}

p {
}
