body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color:rgb(160, 159, 159);
}

.container {
    margin-top: 50px;
}
img{
    height: 100px;
}
.options img {
    /* width: 100px; */
    margin: 10px;
    cursor: pointer;
    transition: transform 0.2s;
}

.options img:hover {
    transform: scale(1.1);
}

#result {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.name{
    text-align: end;
}
