:root {
  color: #f7f8fb;
  background: #0b0f1a;
  font-family: Arial, sans-serif;
}

body {
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 24px;
  line-height: 1.65;
}

a {
  color: #ffd400;
}

h1,
h2 {
  line-height: 1.15;
}

h1 {
  margin-top: 42px;
}

.brand {
  width: 166px;
  height: 50px;
}

.muted {
  color: #aab2c7;
}

footer {
  margin-top: 56px;
  padding-top: 20px;
  border-top: 1px solid #34405b;
}
