html,
body {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

button {
    margin: 2em;
}

.mindar-ui-scanning > .scanning {
    height: 56vh;
    width:80vw;
}

.page-background {
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;

    text-align: center;
}

.hide {
    display: none;
}

.logo {
    padding-top: 16px;
    width: 60vw;
    margin: 0 auto;
    text-align: center;
}

.centered-content {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button-wrapper {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("./play.png");
    background-color: white;
    padding: 8px;
    border-radius: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
}

.inner img {
    object-fit: contain;
    width: 90%;
    height: 90%;
    padding: 18px;
    opacity: 0.5;
}

.constant-button {
    background-color: #fff000 ;
    font-family: system-ui;
    padding: 20px 24px;
    width: 80%;
    position: absolute;
    color: black;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 10%;
    border-radius: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    z-index: 100;
}

.scanning {
    position: relative;
    display: none;
}

.scanning img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    object-fit: contain;
    z-index: -1;
    opacity: 0.5;
    transform: translate(-50%, -50%);
}

.inst {
    color: white;
    display: flex;
    font-family: system-ui;
    flex-direction: column;
    position: absolute;
    width: 75%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.bg-design {
    min-height: 100%;
    min-width: 100%;
    background-color: black;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;

}

.start-now {
    background-color: #fff000 ;
    font-family: system-ui;
    padding: 20px 24px;
    width: 80%;
    position: absolute;
    color: black;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 10%;
    border-radius: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    z-index: 100;
}