body{
    background-color: rgb(9, 48, 48);
    font-family: 'Poppins',sans-serif;
}

.container
{
    width: 360px;
    padding: 33px;
    text-align: center;
    background-color: #fff;
    margin-left: 33%;
    margin-top: 5%;
    border-radius: 2px;
}
#inp{

    width: 270px;
    padding: 8px;
    border: 2px solid rgb(13, 112, 112);
    outline: none;
    font-size: 19px;

}

button{
    width: 60px;
    height: 44px;
    
       background-color: rgb(6, 53, 53);
    color: white;
    border: none;
    outline: none;
    border-radius: 50%;
    padding-top: 2.5px;
    cursor: pointer;

}

.text ul{
    position: relative;
    background-color: rgb(6, 53, 53);
    color: white;
    font-size: 19px;
    text-align: left;
    padding: 7px;
}
.text ul i{
    position: absolute;
    right: 10px;
    cursor: pointer;
}