*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-word-break: break-all;
    word-break: break-all;word-break: break-word;
}

html,
body {
    background-color: #000;
    color: #fff;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    text-align: center;
}

main {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}

main img {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    margin-bottom: 40px;
}

#logo {
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

#center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input[type=file] {
    display: none !important;
}

.message {
    border: 2px solid #995fa3;
    border-radius: 20px 20px 20px 0px;
    color: #995fa3;
    padding: 20px 40px;
    font-size: 24px;
}

button {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 2px solid #995fa3;
    color: #995fa3;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
    padding: 20px 40px;
    background-color: transparent;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
    font-size: 24px;
    border-radius: 0px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    width: 100%;
}

.buttonTitle {
    cursor: pointer;
}

.qrCode {
	width: 300px;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

#video {
	width: 300px;
	height: auto;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	display: none;
    margin: 0 auto;
}

#myCanvas {
	opacity: 0;
}