::before ::after {
  content: "";
  margin: 0px;
}

.wrapper {
  width: 90%;
  max-width: 900px;
  background-color: -red;
  margin: 0px auto;
  padding: 0px;
}

p,
td,
tr,
ul {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1rem;
  text-align: left;
  line-height: 1.5rem;
}

.icon {
  width: 100%;
  height: 14vw;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: orange solid 0px;
}

.logo {
  width: 100%;
  height: 14vw;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: pink solid 0px;
}

.footer_logo {
  width: 100%;
  height: 5vw;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: green solid 0px;
}

.note {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.2rem;
  padding-bottom: 20px;
}

.center {
  text-align: center;
}

.spacer_top {
  font-size: 0px;
  height: 6vw;
  max-height: 4rem;
  text-align: center;
}

li {
  line-height: 1.5rem;
}

p + ul {
  margin-top: -1rem;
}

.spacer_l {
  font-size: 0px;
  height: 3vw;
  max-height: 4rem;
}

.spacer_xl {
  font-size: 0px;
  height: 5vw;
  max-height: 4rem;
}
.footer_logo {
  margin-bottom: 20px;
}

@media screen and (prefers-color-scheme: light) {
  body {
    background-color: #ffffff;
    margin: 0px;
  }

  p,
  td,
  tr,
  ul {
    color: black;
  }

  .note {
    color: #313584;
  }

  a:link,
  a:visited {
    color: #008754;
    text-decoration: none;
  }

  a:hover,
  a:active {
    color: #313584;
    text-decoration: underline;
  }

  .icon {
    background-image: url(images/ProfileMobile_icon_light.png);
  }

  .logo {
    background-image: url(images/ProfileMobile_logo_light.png);
  }

  .footer_logo {
    background-image: url(images/powered_by_light.png);
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #121212;
    margin: 0px;
  }

  p,
  td,
  tr,
  ul {
    color: #999999;
  }

  .note {
    color: #888888;
  }

  a:link,
  a:visited {
    color: #66bb9d;
    text-decoration: none;
  }

  a:hover,
  a:active {
    color: #999999;
    text-decoration: underline;
  }

  .icon {
    background-image: url(images/ProfileMobile_icon_dark.png);
  }

  .logo {
    background-image: url(images/ProfileMobile_logo_dark.png);
  }

  .footer_logo {
    background-image: url(images/powered_by_dark.png);
  }
}
