body {
  background-color: #353939;
  font-family: "Montserrat", sans-serif;
}
h1 {
  color: white;
}
h2 {
  color: white;
}
p {
  color: white;
}
a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}









