#image{
    margin-top: 0px;
    /* box-shadow: 5px 5px 5px 5px gray; */
    width: auto;
    padding: 5px;
    /* padding-bottom: 10px; */
    height: auto;
    user-select: none;
    text-decoration:line-through;
    text-decoration-thickness: 2px;
    font-style:italic;
    font-family: nyala, Bell MT and Credit valley;
    font-weight: bold;
    font-size: x-large;
    background-image: url("assets/img/cap1.jpg");
    background-repeat: no-repeat, repeat;
    /* background-color: rgb(148, 138, 138); */
    border: rgb(116, 113, 113) 1px solid;
    color: black;
    margin-left: 10px;
    
}
#user-input{
    /* box-shadow: 5px 5px 5px 5px gray; */
    width:auto;
    margin-right: 10px;
    padding: 10px;
    padding-bottom: 0px;
    height: 40px;
    /* border: red 0px solid; */
}
input3{
    border:1px black solid;
}
.inline{
    display:inline-block;
}
#btn3{
    box-shadow: 5px 5px 5px grey;
    color: aqua;
    margin: 10px;
    background-color: brown;
}
