@font-face {
    font-family: "Lato-Light";
    src: url('Lato-Light.ttf') format('truetype');
}

.background {
    height: 100%;
    width: 100%;
    background-color: #333333;
    color: #FFF;
    font-family: "Lato-Light", sans-serif;
    text-align: center;
}

.container {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#editor-preferences {
    text-align: left;
    margin-left: 10%;
}

#logo {
    height: 9em;
}

#logo-small {
    margin-top: 2em;
    height: 5em;
}

#preferences-header {
    margin: 1em;
}

.divider {
    width: 80%;
}

button {
    height: 3em;
    width: 15em;
    font-family: "Lato-Light", sans-serif;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-weight: bold;
}

.vscode-primary {
    background-color: #007ACD;
    color: #FFF;
    
}

.vscode-secondary {
    background-color: #FFF;
    color: #333333;
}

.vs-primary {
    background-color: #9370DB;
    color: #FFF;
}

.vs-secondary {
    background-color: #FFF;
    color: #8A2BE2;
}

.no-preference-primary {
    background-color: #FFF;
    color: #333;
}

.editor-preference-button {
    width: 10em;
    margin: 1em;
}

.editor-preference-unselected {
    background-color: #333333;
    color: #FFF;
    border: 1px solid #FFF;
}

.left-button {
    margin-right: 2em;
}

#back-button {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 2em;
    color: #FFF;
}

#settings-button {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 2em;
    color: #FFF;
}

#settings-button::before {
    content: "\2699"; /* Unicode character for a gear icon (⚙) */
}

#support-section {
    margin: 0;
    position: absolute;
    top: 95%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#countdown-text {
    margin-top: 3em;
}

.small-text {
    font-size: 0.85em;
}

a {
    color: #FFF;
}