@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');

html, body {

}

h1 {
    padding-bottom: 10px;
}

.pt-50 {
	padding-top: 50px;
}

/* MESSAGES */

.body-message {
    background: #000;
    color: #FFF;
}

.logo {
    text-align: center;
}

.message {
    font-family: 'Nanum Pen Script', cursive;
    padding: 20px 0px;
    font-size: 50px;
    line-height: 40px;
}

.video {
    text-align: center;
}

.video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */ 
}

iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#qrcode {
  width: 128px;
  height: 128px;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}