/*repwebsite style sheet*/
body {
  font-family: system-ui;
}

.page-container__inner {
  display: flex;

  padding: 20px;
  margin: 10px;
  border: 1px;
}
.page-container__content {
  width: 300px;
  padding-top: 20px;
}
.side-panel {
  display: flex;

  margin: 20px;
  margin-left: 10px;
  padding-left: 50px;
  padding-top: 20px;
}
.side-panel__contact {
  display: flex;
}
.side-panel__body {
  margin-left: 40px;

  padding-left: 1.5rem;
  margin-top: 1.5em;
}
.side-panel p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.7em;
  line-height: 1.75;
  color: #5a849a;
}
.side-panel__image {
  background-size: cover;
  background-position: center;
  width: 4rem;
  height: 4rem;
  border-radius: 3.5rem;
  margin-top: 1.5em;
}
.side-panel__jump {
  display: flex;
  flex: 1;

  justify-content: flex-end;
  margin-top: 2em;
  align-items: center;
}
.side-panel__jumpcontent {
  display: flex;
}
h1,
h2 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1;
  font-family: "PT Serif", serif;
  font-size: 1em;
}
h4 {
  margin-top: 0.25em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-family: "PT Serif", serif;
  font-weight: 100;
  line-height: 1.25;
}
