@font-face {
  font-family: "PT Sans";
  url("/static/fonts/pt_sans_bold.ttf")   format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font: 16px/22px "PT Sans", sans-serif;
  margin: 0;
  padding: 40px;
  background: #f8f9fa;
  color: #333;
}

.container {
  max-width: 800px;
  margin: 200px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 32px 40px;
  text-align: center;
}

h1 {
  font-size: 2em;
  margin-bottom: 0.7em;
  line-height: 1.2;
}

.subtitle {
  margin-top: 0.2em;
  color: #666;
}

a {
  color: #5cb300;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
