#image{
	/* margin-top: 10px; */
	box-shadow: 5px 5px 5px 5px gray;
	width: 80px;;
	/* padding: 20px; */
	font-weight: 400;
	padding-bottom: 0px;
	height: 40px;
	user-select: none;
	text-decoration:line-through;
    text-align: center;
	font-style: italic;
	font-size: x-large;
	border: red 2px solid;
	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;
}
.msg{
	color:Red;
	margin-top: 10px
}
#btn{
	/* box-shadow: 5px 5px 5px grey;
	color: aqua; */
	margin-top: 30px;
	/* background-color: brown; */
}
