*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  background: #222326;
  color: #d1d1d1;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
header {
  background: #1a1c1f;
  border-bottom: 1px solid #2e3035;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header a { text-decoration: none; }
header img { height: 40px; }
header .back-link {
  color: #358fe7;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.05em;
}
header .back-link:hover { text-decoration: underline; }
.container {
  max-width: 820px;
  margin: 0 auto;
  padding: 60px 24px 100px;
}
h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.last-updated {
  font-size: 13px;
  color: #8d8d8d;
  margin-bottom: 48px;
}
h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 40px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2e3035;
}
p { margin-bottom: 16px; color: #d1d1d1; }
ul { margin: 0 0 16px 24px; color: #d1d1d1; }
ul li { margin-bottom: 8px; }
a { color: #358fe7; }
a:hover { text-decoration: underline; }
footer {
  background: #1a1c1f;
  border-top: 1px solid #2e3035;
  text-align: center;
  padding: 28px 24px;
  font-size: 13px;
  color: #8d8d8d;
}
footer a { color: #358fe7; }
