html,
body {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f80087;
    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img {
    display: inline-block;
    height: auto;
}

.black-container {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}

#straps {
    margin-top: 0;
    width: auto;
    max-height: min(162px, 23vh);
}

#black {
    transform-origin: center 12.87%;
    cursor: pointer;
    width: auto;
    max-width: 90vw;
    max-height: min(562px, 80vh);
    will-change: transform;
}
