.nav {
  height: 50px;
  background-color: #e79797;
}

.nav-item {
  height: 50px;
}

.link-block {
  height: 50px;
}

.button {
  height: 50px;
  padding-top: 15px;
  line-height: 20px;
}

.body {
  height: auto;
}

.about-me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 39px;
  padding: 30px 9px 8px 23px;
  border-style: solid;
  border-width: 3px;
  border-color: #2f00ff;
  text-align: center;
}

.text-block {
  width: 80%;
}

.rich-text-block {
  width: 80%;
}