* {
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: 357px;
    height: 75px;
    left: 40px;
    top: 123px;
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    display: flex;
    align-items: center;
    
    color: #000000;
}
.select{
    position: absolute;
    width: 290px;
    height: 44px;
    left: 44px;
    top: 170px;
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    
    color: #B8B8B8;
}
.info{
    position: absolute;
    width: 306px;
    height: 234px;
    left: 40px;
    top: 283px;
    
}
.continue{
    position: absolute;
    width: 102px;
    height: 44px;
    left: 147px;
    top: 614px;
    
}
.con{
    position: absolute;
    width: 102px;
    height: 44px;
    left: 155px;
    top: 614px;
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    
    color: #FFFFFF;   
}