:root {
  --text-color: #303036;
  --muted-text-color: #5e5e67;
  --heading-color: #cd2807;
  --link-color: #028090;
  --background-color: #fffdf7;
}
main {
  margin: auto;
  max-width: 65ch;
}
header{
  margin: auto;
  max-width: 65ch;
  }
footer{
  margin: auto;
  max-width: 65ch;
  }
html {
  text-align: center;
  font-size: 20px;
  line-height: 1.45;
  color: var(--text-color);
  background-color: var(--background-color);
}
