* {
    box-sizing: border-box;
    }
    .container{
        position: relative;
        width: 390px;
        height: 844px;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 50px; 
        margin: auto;
    }
    .logo {
        position: absolute;
        width: 30px;
        height: 40px;
        left: 35px;
        top: 47px;   
    }
    .tell{
        position: absolute;
        width: 300px;
        height: 45px;
        left: 40px;
        top: 123px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 45px;
        /* identical to box height */ 
        display: flex;
        align-items: center;  
        color: #000000;  
    }

.marryi {
    position: absolute;
    width: 336px;
    height: 251px;
    left: 40px;
    top: 123px;  
}
.service{
    position: absolute;
    width: 316px;
    height: 64px;
    left: 40px;
    top: 432px;
    
}
.left {
position: absolute;
left: 45%;
right: 64.1%;
top: 89%;
bottom: -3.44%;

}
.queue {
    position: absolute;
    width: 314px;
    height: 64px;
    left: 40px;
    top: 534px;
}
.ser {
    position: absolute;
    width: 154px;
    height: 28px;
    left: 120px;
    top: 450px;
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    z-index: 5;
}
.em {
    position: absolute;
    width: 237px;
    height: 23px;
    left: 87px;
    top: 554px;
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    /* identical to box height */
    
    display: flex;
    align-items: center;
    
    color: #FFFFFF;
    z-index: 5;
}