.bkg {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);

}

.thankyou_message {
    font-weight: 600;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: red;
    opacity: 0.7;
}