
body {
    font-family:"Segoe UI","Apple Color Emoji","Segoe UI Emoji","Segoe UI Web";
    color: rgb(15, 30, 70)  
}

.browser-button {
    margin-top: 1rem;
    font-weight: 600;
    background-color: rgb(15, 30, 70);
    padding: 0.5rem 1.5rem;
    color: white;
    border-radius: 7px;
    border: none;
    cursor: pointer;
}

.browser-button:hover {
    background-color: rgb(27, 43, 89);
}
.browser-button:disabled {
    background-color: rgb(115, 130, 170);
    cursor: wait;
}