:root {
  --primary-color: #c72e2d;
  --secondary-color: #111111;
  --offset-color: #e7e7e7;
  --oswald-font: "Oswald", sans-serif;
  --lato-font: "Lato", sans-serif;
}

body {
  margin: 0;
  padding: 0;
}