body {
    margin: 0;
    font-size: 20px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

svg {
    display: block;
    max-height: 100vh;
    margin: 0 auto;
}

p {
    margin: 1rem 0;
    text-align: center;
}

.mfp-iframe-holder .mfp-content {
    width: 90%;
    height: 90%;
    max-width: unset;
}

#gallery-svg {
  background-color: #ffffff;
}

#camera-canvas {
    width: 100%;
    max-height: 100vh;
}

.min-vh-100 .container .row {
    padding-bottom: 1rem;
}