#location-verifier button {
    padding: 10px 15px;
    margin: 5px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#location-verifier button:hover {
    opacity: 0.9;
}
