@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Homemade+Apple&family=KoHo&display=swap");
.header {
  font-family: "Montserrat", sans-serif;
}

body {
  font-family: "Times New Roman", serif;
  text-align: left;
}

.content {
  max-width: 750px;
  margin: auto;
}

.wallOfText {
  text-align: left;
}

h2 {
  margin-top: 50px;
}

li {
  list-style-type: none;
}

a,
a:visited {
  color: blue;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=styles.css.map */
