#image{
    margin-top: 10px;
    width: 70px;;
    padding: 7px;
    font-weight: 400;
    height: 26px;
    user-select: none;
    text-decoration:line-through;
    font-style: italic;
    font-size: x-large;
    border: black 1px solid;    
background: repeating-linear-gradient(
  90deg,
  rgba(0, 0, 0, 0.2),
  rgba(0, 0, 0, 0.2) 10px,
  rgba(0, 0, 0, 0.3) 10px,
  rgba(0, 0, 0, 0.3) 20px
  );
}


#user-input{
    width:auto;
    padding: 10px;
    padding-bottom: 0px;
    height: 40px;
    border: red 0px solid;
}
input{
    border:1px black solid;
}
.inline{
    display:inline-block;
}
#btn{
    color: white;
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
    background-color: grey;
}
