.header {
  padding: 35px 20px 25px 20px; }
  .header .hidden {
    opacity: 0;
    transition: all 1s; }
  .header .show {
    opacity: 1; }
  .header .headerNav {
    display: flex;
    justify-content: center;
    padding: 5px 0px; }
    .header .headerNav .headerNav__navigation {
      padding: 10px 10px; }
      .header .headerNav .headerNav__navigation .navigation__link {
        text-decoration: none;
        background: none; }
      .header .headerNav .headerNav__navigation .navigation__link:first-child {
        margin-right: 10px; }

.main {
  padding: 25px 20px 50px 20px; }
  .main .hidden {
    opacity: 0;
    transition: all 1s; }
  .main .show {
    opacity: 1; }
  .main .mainDiv {
    padding: 10px 20px; }
    .main .mainDiv .mainPfp {
      display: flex;
      justify-content: center; }
      .main .mainDiv .mainPfp .mainPfp__image {
        padding: 5px;
        border: 2px solid white;
        border-radius: 50%;
        max-width: 150px; }
    .main .mainDiv .mainInfo {
      background: none;
      margin-top: 10px;
      display: flex;
      justify-content: center; }
      .main .mainDiv .mainInfo .mainInfoList {
        text-align: center;
        padding-left: 0px;
        margin-bottom: 0px;
        list-style: none;
        max-width: 500px;
        font-style: italic; }

.footer {
  padding: 25px 20px 0px 20px; }
  .footer .hidden {
    opacity: 0;
    transition: all 1s; }
  .footer .show {
    opacity: 1; }
  .footer .footerDiv {
    padding-top: 15px; }
    .footer .footerDiv .footerDivHeading {
      display: flex;
      justify-content: center; }
    .footer .footerDiv .footerDivImages {
      padding: 15px 0px;
      display: flex;
      justify-content: center; }
      .footer .footerDiv .footerDivImages .footerDivImages__link .footerDivImages__linkImage {
        max-width: 150px;
        max-height: 150px; }
        @media (max-width: 600px) {
          .footer .footerDiv .footerDivImages .footerDivImages__link .footerDivImages__linkImage {
            max-width: 100px;
            max-height: 100px; } }
        @media (max-width: 425px) {
          .footer .footerDiv .footerDivImages .footerDivImages__link .footerDivImages__linkImage {
            max-width: 75px;
            max-height: 75px; } }
        @media (max-width: 340px) {
          .footer .footerDiv .footerDivImages .footerDivImages__link .footerDivImages__linkImage {
            max-width: 65px;
            max-height: 65px; } }
      .footer .footerDiv .footerDivImages .footerDivImages__link .footerDivImages__linkImage_size {
        max-width: 100px;
        max-height: 100px; }
        @media (max-width: 600px) {
          .footer .footerDiv .footerDivImages .footerDivImages__link .footerDivImages__linkImage_size {
            max-width: 65px;
            max-height: 65px; } }
        @media (max-width: 425px) {
          .footer .footerDiv .footerDivImages .footerDivImages__link .footerDivImages__linkImage_size {
            max-width: 47px;
            max-height: 47px; } }
        @media (max-width: 340px) {
          .footer .footerDiv .footerDivImages .footerDivImages__link .footerDivImages__linkImage_size {
            max-width: 40px;
            max-height: 40px; } }
      .footer .footerDiv .footerDivImages .footerDivImages__link_position {
        display: flex;
        align-items: center;
        margin: 0px 25px; }

* {
  margin: 0px;
  padding: 0px;
  color: #ffffff; }

.body {
  min-height: 800px; }
  .body .bodyDiv {
    min-height: 911px;
    background-image: linear-gradient(to bottom right, #3b0057, #7b0080); }
  @media (max-width: 600px) {
    .body {
      max-height: 850px; } }

/*# sourceMappingURL=style.css.map */
