:root {
  --header-bg: 244, 72, 0;
  --body-bg: 251, 139, 0;
}

body {
  font-family: Verdana, sans-serif;
  margin:0;
  background-color: rgb(var(--body-bg));
}

.header {
  font-size: 30px;
  padding: 20px;
  margin-bottom: 30px;
  background-image: linear-gradient(to bottom, rgb(var(--header-bg)), rgb(var(--header-bg)), rgba(var(--header-bg), 0));
}

.content {
  color: white;
  font-size: 130%;
  margin-top: 70px;
  margin-left: 5%;
  margin-right: 5%;
}

.content a {
  color: inherit;
  text-decoration: none;
}
