.about-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.about-message {
  /* width: 700px; */
  text-align: left;
}

.about {
  color: #2082C0;
  text-align: center;
  font-weight: 200;
  letter-spacing: .025em !important;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.link,
.link:hover {
  color: #378CC5;
  text-decoration: underline;
}

.v-btn:not(.v-btn--round).v-size--default {
  height: 36px;
  min-width: 64px;
  padding: 0 16px;
}


