img {
  border-radius: 5px;
}

img {
}

h3 {
  text-align: center;
}

.profile-back {
  background-color: #9b1f1f;
  height: 150px;
  margin-bottom: -75px;
}

.profile-pic {
  width: 300px;
  height: 150px;
  margin-bottom: 10px;
}

.profile-card {
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #ffffff;
}

.profile-name {
  background-color: #9b1f1f;
  color: #fff;
  font-family: 'Actor', sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  border-radius: 100px;
  max-width: 300px;
  margin: 0 auto 10px auto;
}

.profile-bio {
  margin-bottom: 10px;
  padding: 10px;
}

* {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div {
  font-weight: bold;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
}

.dh-header-non-rectangular-container h1, p {
  color: white;
  font-weight: bold;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  line-height: 1.625;
  font-weight: 300;
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

section {
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: grid;
}

* {
  box-sizing: border-box;
}

div {
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

@media (min-width: 300px) {
  p {
    font-size: 0.75rem!important;
  }
}

@media (min-width: 300px) {
  section {
  }
}

h3 {
  font-family: 'Montserrat';
  font-size: 22px;
  color: rgba(147,187,63,1);
  margin-bottom: 18px;
}

p {
  font-family: 'Roboto';
  color: #7d7d7d;
}

