#image{
    width: auto;
    font-weight: 400;
    padding-bottom: 0px;
    height: 40px;
    user-select: none;
    
    font-style: italic;
    font-size: x-large;
    margin-left: 10px;
    
}
#user-input{
    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;
}
