p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}
h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
}
a:link {
  text-decoration: underline dotted #8360af;
  color: #7d3ad2
}
a:visited {
  text-decoration: underline dotted #8360af;
  color: #7d3ad2
}
a:hover {
  text-decoration: underline dotted #8360af;
  color: #7d3ad2
}
a:active {
  text-decoration: underline dotted #8360af;
  color: #7d3ad2
}
.small {
  font-size: 12px;
}
.grid-container {
  display: grid;
  grid-template-columns: 300px 430px;
  background-color: #ffffff;
  padding-top:20px;
  padding-left: 40px;
}
.grid-item {
  padding: 2px;
}