body {
  margin: 0;
  text-align: center;
  background: lightgrey;
}

h1 {
  margin-top: 0;
}

h2 {
  border: solid 1px black;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: left;
}

p {
  margin: 0;
}

.container {
  margin: 40px auto;
  width: 1000px;
  background: white;
  padding: 50px;
  box-shadow: 5px 10px #888888;
}

.contact-info {
  border-top: 0px;
}

.inline-title {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
}

.sub-section {
  margin: 10px 0;
  text-align: left;
}

ul {
  margin: 0;
}

.bullet-points {
  margin: 0px 0px;
  text-align: left;
}

.sub-content {
  padding-left: 10px;
}
