@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  min-height: 100%;
}

body {
  background-image: -webkit-gradient(linear, right bottom, right bottom, color-stop(0.21, rgb(6, 34, 23)), color-stop(0.96, rgb(135, 189, 110)));
  background-image: -o-linear-gradient(right bottom, rgb(6, 34, 23) 21%, rgb(135, 189, 110) 96%);
  background-image: -moz-linear-gradient(right bottom, rgb(6, 34, 23) 21%, rgb(135, 189, 110) 96%);
  background-image: -webkit-linear-gradient(right bottom, rgb(6, 34, 23) 21%, rgb(135, 189, 110) 96%);
  background-image: -ms-linear-gradient(right bottom, rgb(6, 34, 23) 21%, rgb(135, 189, 110) 96%);
  background-image: linear-gradient(to right bottom, rgb(6, 34, 23) 21%, rgb(135, 189, 110) 96%);
  font-family: "Montserrat", sans-serif;
  color: rgb(240, 240, 240);
  font-size: 30px;
}

p {
  margin: 0 0 0 0;
  font-size: 25px;
}

.heading {
  font-size: 75px;
  padding-top: 30px;
  letter-spacing: 10px;
  padding-left: 30px;
}

a {
  color: rgb(240, 240, 240);
  text-decoration: none;
  letter-spacing: 3px;
}

a:hover {
  color: rgb(134, 86, 22);
}

.summary {
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.summary .type {
  padding-top: 10px;
  font-style: italic;
  font-size: 25px;
  color: rgb(106, 148, 86);
}

.summary .items {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.summary .item {
  padding-bottom: 5px;
}

.summary .item .link {
  color: rgb(224, 174, 140);
}

.summary .item .link:hover {
  color: rgb(134, 86, 22);
}

.summary .divider {
  background-color: rgb(106, 148, 86);
  height: 2px;
  width: 30%;
  margin-bottom: 15px;
}

.links {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

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