#image{
    margin-top: 5px;
    box-shadow: 5px 5px 5px 5px gray;
    width: 105px;
    padding: 5px;
    font-weight: 400;
    padding-bottom: 0px;
    height: 50px;
    user-select: none;
    text-decoration:line-through;
    font-style: italic;
    font-size: x-large;
    border: red 2px solid;
    margin-left: 5px;
    
}
#user-input{
    box-shadow: 5px 5px 5px 5px gray;
    width: 130px;
    margin-right: 10px;
    padding: 5px;
    padding-bottom: 0px;
    height: 50px;
    border: red 0px solid;
}
#image02{
    margin-top: 5px;
    box-shadow: 5px 5px 5px 5px gray;
    width: 105px;
    padding: 5px;
    font-weight: 400;
    padding-bottom: 0px;
    height: 50px;
    user-select: none;
    text-decoration:line-through;
    font-style: italic;
    font-size: x-large;
    border: red 2px solid;
    margin-left: 5px;
    
}
#user-input02{
    box-shadow: 5px 5px 5px 5px gray;
    width:130px;
    margin-right: 5px;
    padding: 5px;
    padding-bottom: 0px;
    height: 50px;
    border: red 0px solid;
}

#image03{
    margin-top: 5px;
    box-shadow: 5px 5px 5px 5px gray;
    width: 105px;
    padding: 5px;
    font-weight: 400;
    padding-bottom: 0px;
    height: 50px;
    user-select: none;
    text-decoration:line-through;
    font-style: italic;
    font-size: x-large;
    border: red 2px solid;
    margin-left: 5px;
    
}
#user-input03{
    box-shadow: 5px 5px 5px 5px gray;
    width:130px;
    margin-right: 10px;
    padding: 5px;
    padding-bottom: 0px;
    height: 50px;
    border: red 0px solid;
}
input{
    border:1px black solid;
}
.inline{
    display:inline-block;
}
#btn{
    box-shadow: 5px 5px 5px grey;
    color: aqua;
    margin: 50px;
    height: 50px;
    width: 125px;
    background-color: brown;
}
#btn02{
    box-shadow: 5px 5px 5px grey;
    color: aqua;
    margin: 50px;
    height: 50px;
    width: 125px;
    background-color: brown;
}
#btn03{
    box-shadow: 5px 5px 5px grey;
    color: aqua;
    margin: 50px;
    height: 50px;
    width: 125px;
    background-color: brown;
}