#cont{
    text-align: center;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 1.3em;
    border: 2px black solid;
    padding-bottom: 10px;
    background-color: antiquewhite;
}
button{
    padding: 7px 13px;
    border: none;
    border-radius: 20px;
    background-color: rgb(25, 40, 255);
    color: white;
    cursor: pointer;
}
button:hover{
    box-shadow: 3px 3px 5px  gold;
    background-color: rgb(62, 75, 255);
    transition: all 0.5s;
}
button:active{
    background-color: rgb(0, 14, 214);
}
input{
    font-size: 0.9em;
    text-align: center;
    width: 200px;
}
#result{
    font-family: 'Times New Roman', Times, serif;
    margin: 15px;
}
#images img{
    width: 150px;
    margin: 3px;
}