html {
  height: 100%;
}
body {
  min-height: 100%;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  color: #1d1d1f;
  text-align: center;
  padding: 2.5rem 1.5rem 2.5rem 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
a {
  color: #5a7d92;
  text-decoration: none;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #b8d3e0;
  padding-bottom: 2px;
}
a:hover {
  color: #5a7d92;
  border-bottom-color: #5fb6d9;
}
h1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6rem;
  font-size: 1.9rem;
  font-weight: 500;
  margin: 0 0 1rem;
  color: #1d1d1f;
  letter-spacing: 0.3px;
}
h1 span {
  font-size: 0.6rem;
  align-self: flex-end;
  margin-bottom: 4px;
}
p {
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0;
  color: #1d1d1f;
}
hr {
  border: 0;
  border-top: 1px solid #b8d3e0;
  margin: 2rem 0;
}

.content {
  text-align: left;
  background: #fff;
  border-radius: 10px;
}
img.screenshot {
  width: 1350px;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
