.postcard_container{width: 100%;
    min-height: 100vh;}

.postcard_container_blur{width: 100%;
background: #ffffff99;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    }

.postcard_body{
    background: #ffffff;
    color: #000000;
    min-width: 50%;
    box-shadow: 5px 5px 20px -5px;}

.postcard_body_blur{
  
  text-align: center;
    font-style: italic;
    font-size: 26px;
    font-weight: lighter;
    outline: dotted 8px;
    outline-offset: -4px;
    box-shadow: inset -10px -10px 20px 15px #ffffff;}

.postcard_body_blur .field_data{width: 100%;
    text-align: center;
    background: none;
    border: none;}
    
#dataBlurValue{width: 25px;
    display: inline-block;}

#dataBrightnessValue{width: 20px;
    display: inline-block;}

#confetti{
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1;
}

.congratulationlist_backdrop{
  backdrop-filter: brightness(1.2) blur(6px);
  text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff;}
