.btn
{
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.btn input
{
    margin-left: 10px;
    user-select: none;
}

#imgshow
{
    margin-top: 60px;
}