
.container{
    width: 100vw;
    height: auto;
    box-sizing: border-box;
    background: linear-gradient(to bottom , rgba(6, 223, 78, 0.5) , rgba(8, 159, 197, 0.397)) ;
    margin: 0px;
    padding: 10px;

    
}

.my-border {
    border: 2px solid black;
}

.inp {
    height: 40px;
    border-radius: 5px;
    padding: 5px;
    outline: none;
    
}

#parent {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

#buttondiv{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

#mybutton{
    
    height: 60px;
    width: 120px;
    
    
}

.try{
    border-radius: 8px;
    background-color: rgb(54, 58, 3);
    border: none;
    color: white;
    padding: 10px 15px;
    font-size: 16px;
}

.LiTextBox{
    border : 0px;
    display : flex;
    flex-grow : 1;
    flex-shrink : 0;
    align-items : center;
    width : auto;
    gap : 100px;
    margin-left : 10px;
}





