body {
  background-color: #313131;
  background-image: none;
  overflow-x: hidden;
  background-image: url(../images/aboutBackground.jpg);
}

h1 {
  font-size: 1.5em;
  text-align: center;
  width: 100%;
  margin: 0;
}

h2 {
  font-size: 0.5em;
  text-align: center;
  margin: 50px;
  font-weight: bold;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 100px;
  padding-bottom: 50px;
  font-family: "Montserrat", Helvetica, sans-serif;
  grid-column-gap: 50px;
}
.grid-item {
  padding: 0px;
  padding-bottom: 20px;
  font-size: 30px;
  text-align: center;
}

.grid-container,
.heading {
  font-weight: bold;
  text-align: left;
  margin: auto 0;
}

.paragraph {
  font-size: 0.4em;
  text-align: left;
  font-weight: bold;
  padding-top: 50px;
}

.heading {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: gray;
}

.readButton {
  font-size: 0.5em;
  font-weight: bold;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  text-decoration: none;
  color: white;
  border-width: 2px 2px;
  border-style: solid;
  border-color: #474646;
  padding: 12px 40px;
  border-radius: 10px;
  background-color: #474646;
}

.readButton:hover {
  background: none;
}
