body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 32px;
  background-color: #ebebeb;
  color: #202020;
}

a,
a:visited {
  color: #802000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #7E2C11;
}

b {
    font-weight: 500;
}

h1 {
    font-size: 25px;
}