    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Heebo', sans-serif;
    }
    
    .main {
        width: 100%;
        height: 100vh;
    }
    
    .bg {
        width: 100%;
        height: 100%;
        background-image: url('//cms-res.com/wp-content/uploads/2021/07/tuc-thank-you-page/back.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 10rem;
    }
    
    .modal_conitaner {
        width: 50rem;
        height: 28rem;
        margin: 0 auto;
        background-color: #fd785ade;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        text-align: center;
        padding: 5rem;
        color: #ffff;
        border: 1px solid white;
    }
    
    .modal_conitaner {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .modal_conitaner h1 {
        font-size: 3rem;
    }
    
    .modal_conitaner .head p {
        font-size: 1.2rem;
    }
    
    @media (max-width: 800px) {
        .modal_conitaner {
            width: 38rem;
        }
    }
    
    @media (max-width: 610px) {
        .modal_conitaner {
            width: 32rem;
            height: 24rem;
            padding: 3rem;
        }
        .modal_conitaner img {
            width: 28rem;
        }
    }
    
    @media (max-width: 515px) {
        .modal_conitaner {
            width: 24rem;
            height: 22rem;
            padding: 1rem;
        }
        .modal_conitaner img {
            width: 20rem;
        }
    }
    
    @media (max-width: 375px) {
        .modal_conitaner {
            width: 100%;
        }
    }