* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Bitter, Times New Roman, serif;
  line-height: 1.5;
  color: #7C2D12;
}

a {
  color: #7C2D12;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 33px;
  margin: 0 0 19px;
  font-weight: 700;
}
