


input {
    border-top: none !important;
    border-left: none;
    border-right: none;
    border-bottom: 2rem solid black;
}

form{
    border: none !important
}

.myCard{
    
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin: 5px;
    padding: 1rem;
   
}