#image{
    margin-top: 20px;
    margin-right: 20px;
    box-shadow: 1px 1px 1px 1px gray;
    width: 140px;;
    padding: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    height: 66px;
    user-select: none;
    text-decoration:line-through;
    font-style: italic;
    font-size: 30px;
    border: #094667 2px solid;
    text-align: center;
    background-color: #eaf3fe;
    color: #094667;
    border-radius: 5px;
}

#submit{
    width: 200px;
    height: 66px;
    font-size: 30px;
    text-align: center;
    color: #094667;
    border: 2px #094667 solid;
    border-radius: 5px;
    padding: 0px;
    background-color: #eaf3fe;
    margin-top: 10px;
}

#user-input{
    width: auto;
    margin-top: 0px;
    margin-right: 20px;
    padding-bottom: 0px;
    height: 60px;
    border: red 0px solid;
}
.inline{
    display:inline-block;
}

#btn{
    box-shadow: 2px 2px 2px gray;
    margin-top: 10px;
    font-size: 30px;
    color: #eaf3fe;
    width: 200px;
    height: 66px;
    background-color: #094667;
    border-radius: 5px;
}

::placeholder {
    color: #e1e1e1;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #e1e1e1;
}

#key {
    margin-top: 20px;
    height: 75px;
    font-size: 28px;
    color: brown;
}