#image{
    margin-top: 5px;
    box-shadow: none;
    width: 250px;
    padding: 7px;
    font-weight: 400;
    padding-bottom: 0px;
    height: 40px;
    user-select: none;
    /*text-decoration:line-through;*/
    font-style: italic;
    font-size: x-large;
    border: #eee 1px solid;
    margin-left: 0px;
    background-color: #ddd; 
}
#user-input{
    box-shadow: none;
    width:auto;
       margin-right: 10px;
    padding: 10px;
    padding-bottom: 0px;
    height: 40px;
       border: red 0px solid;
}
input{
    border:1px black solid;
}
.inline{
    display:inline-block;
}
#btn{
    box-shadow: 5px 5px 5px grey;
    color: aqua;
    margin: 10px;
    background-color: brown;
}
input.form-control {
	padding: 0.375rem 1rem !important;
}

.btn.btnSubmit {
	width: 100%;
}