#image{
    margin-top: 10px;
    box-shadow: 5px 5px 5px 5px gray;
    width: 150px;;
    padding: 10px;
    font-weight: 400;
    padding-bottom: 0px;
    height: 40px;
    user-select: none;
    text-decoration:line-through;
    font-style: italic;
    font-size: x-large;
    border: red 2px solid;
    margin-left: 10px;
/*    position: relative;*/
/*  top: 10px;*/

}
#pop_image{
    margin-top: 10px;
    box-shadow: 5px 5px 5px 5px gray;
    width: 150px;;
    padding: 10px;
    font-weight: 400;
    padding-bottom: 0px;
    height: 40px;
    user-select: none;
    text-decoration:line-through;
    font-style: italic;
    font-size: x-large;
    border: red 2px solid;
    margin-left: 10px;
/*    position: relative;*/
/*  top: 10px;*/

}
#contact_image{
    margin-top: 10px;
    box-shadow: 5px 5px 5px 5px gray;
    width: 150px;;
    padding: 10px;
    font-weight: 400;
    padding-bottom: 0px;
    height: 40px;
    user-select: none;
    text-decoration:line-through;
    font-style: italic;
    font-size: x-large;
    border: red 2px solid;
    margin-left: 10px;
/*    position: relative;*/
/*  top: 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;
}
.inline{
    display:inline-block;
/*    margin-left: 10px;*/
}
#btn{
    box-shadow: 5px 5px 5px grey;
    color: aqua;
    margin: 10px;
    background-color: brown;
}