:root {
    --font_size: 16pt;
}

body {
    font-family: helvetica, arial, sans-serif;
    background-color: #bfbfbf;
    position: relative;
    width: 60%;
    left: 20%;
    padding: 10px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    border: 1px solid #999; */
    font-size: var(--font_size);
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and older */
    user-select: none;
    /* Standard syntax */
}

button#language_flag {
    background: url("../imgs/french_flag.jpg") no-repeat;
    background-size: contain;
    padding: 25px 50px 25px 50px;
    transform: translateY(-15px);
    float: right;
}

.starter {
    padding: 15px 30px 15px 30px;
    margin: 25px;
    border: solid 3px;
    background-color: darkgray;
    align-items: center;
    justify-content: center;
}

#daltonismImage {
    width: 50%;
    height: auto;
}

table#daltonismTable tr td input {
    width: 50px;
    height: 50px;
}

.kw {
    font-weight: bold;
    /* text-decoration: underline; */
    color: darkred;
    text-align: center;
    padding: 0px 10px 0px 10px;
}

.def_glyph {
    width: 150px;
    height: 150px;
}

#dpi {
    height: 1in;
    left: -100%;
    position: absolute;
    top: -100%;
    width: 1in;
}


.center {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.selectForm {
    height: 40px;
    font-size: var(--font_size);
}

#terms_checkbox {
    width: 30px;
    height: 30px;
    transform: translateY(5px);
}