button#findme {
    /*position: absolute;*/
    /*top: 20px;*/
    /*right: 19rem;*/
    padding: 10px;
    width: 39px;
    height: 42px;
    /*z-index: 400;*/
}

button#underBut {
    background-color: #f9c10b;
    color: black;
}

button#underBut:focus {
    background-color: #f9c10b;
    color: black;
    box-shadow: 0 0 0 .25rem rgba(204, 156, 11, 0.96);
}