* {
  font-family: "Alegreya", serif;
}
body {
  font-size: 18px;
}
.responsive {
  text-align: center;
}
#heading {
  text-align: center;
}

.i-am-centered {
  margin: auto;
  max-width: 200px;
}

.progress-bar {
  background-color: #3cb043;
}

.link {
  color: black;
}
.link:hover {
  color: #3cb043;
}
