body {
    background-color: #0a0b0c;
    color: white !important;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}



.navbar-light {
    background-color: rgb(23, 24, 27) !important;
    color: white;
}

a {
    color: white !important;
}

.custom-link-color {
    color: #0d6efd !important; /* The desired primary color */
}

#browser {
    width: 100%;
    height: 80vh;
    border: none;
    margin-top: 10px;
}
input, button {
    padding: 10px;
    font-size: 16px;
    margin: 5px;
}
input {
    width: 60%;
}