body {
  font-family: sans-serif;
  background: white;
  padding: 0;
  margin: 0;
}

#wrapper {
  padding: 0;
  background: #ffffff;
  border: 1px solid #666;
  margin: 20px auto;
  max-width: 1000px;
}

@media screen and (max-width: 1000px) {
  #wrapper {
    margin: 0;
  }
}

.edge {
  width: 100%;
  display: flex;
  padding: 5px 0;
  text-align: center;
  font-size: 18pt;
}

#footer {
  font-size: 12pt;
  word-break: break-all;
}

#election_info {
  font-size: 16pt;
}

#election_hash {
  font-family: monospace;
}

.bg-if {
  background-color: #e7efeb;
}

.bg-logo {
  background-image: url('/static/logo_if_borders.png');
  background-attachment: local;
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x: calc(16.66vw);
  background-position-y: calc(12.22vh);
  background-size: clamp(0px, 33.33vw, 500px) auto;
}

.bdr-button-if {
  border: none;
}

.custom-logo-cabine {
  max-width: 350px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .custom-logo-cabine {
    max-width: 100%;
  }
}

.img-person {
  max-width:    250px;
  aspect-ratio: 3/4;
  object-fit:   cover;
}

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  src: url(/static/material-symbols/outlined.woff2) format('woff2');
}
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}