* {
    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: 339px;
        height: 80px;
        left: 37px;
        top: 112px;
        
        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: 244px;
        height: 34px;
        left: 37px;
        top: 207px;
        
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        display: flex;
        align-items: center;
        
        color: #B8B8B8;
    }        
    .info{
        position: absolute;
        width: 335px;
        height: 605px;
        left: 27px;
        top: 47px;   
    }
.right{
    position: absolute;
    left: 75%;
    right: 8.5%;
    top: 89%;
    bottom: 2.49%;
}
.left{
    position: absolute;
    left: 15%;
    right: 64.1%;
    top:89%;
    bottom: -3.44%;  
}