@import url("https://fonts.googleapis.com/css?family=Raleway");
@import url("https://fonts.googleapis.com/css?family=Roboto");

html {
  /*Blue*/
  --primary-color: #007dff;
  /*Aquamarine*/
  --secondary-color: #00ffab;
  /*Very light gray*/
  --complementary-color-1: #f2f2f2;
  /*Not so light gray*/
  --complementary-color-2: #bfbfbf;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Raleway";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0 0 0.5rem 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

p {
  line-height: 1.5;
  margin: 0 0 1rem 0;
}

ul {
  margin: 0 0 1rem 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f2f2f2; /*Internet Explorer*/
  background-color: var(--complementary-color-1);
}
