@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.selector-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#domainSelector, #openButton {
    margin: 5px;
    padding: 10px;
    font-size: 16px;
}

#openButton {
    cursor: pointer;
}

label {
    margin-right: 10px; /* Adds spacing between the label and the selector */
}