#loading-background {
    display: flex;
    height: 100vh;
    background-color: #ffffff;
}

.scanner-window {
    height: 100%;
    margin-top: 60%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.87);
}

html {
    scroll-behavior: smooth;
}