html {
  font-family: "Roboto", sans-serif;
  max-width: 75ch;
  margin: 0 auto;
  line-height: 1.6;
  word-break: break-word;
}

body {
  margin: 12px
}

#header-title {
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}

#header-title:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  #header-title {
    font-size: 48px;
  }
}

img {
  max-width: 100%;
}

p code {
  background-color: #f4f4f4;
  padding: 2px 4px;
  border-radius: 4px;
}

