:root {
    --dark: #34495e;
    --light: #ffffff;
    --success: #0abf30;
    --error: #e24d4c;
    --warning: #f0b30d;
    --info: #3498db;
    --bingo: #0abf30;
    --excess: #e9bd0c;
    --absent: #e24d4c;
    --almostc: #007bff;
    --small: 11px;
    --medium: 13px;
    --large: 18px;
}

html {
    background: url(../writingboard.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


body {
    border-radius: 5px;
    background: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.darkblue {
    background-color: darkblue;
}

.green {
    background-color: green;
}

.gray {
    background-color: #dddddd77;
}

.orange {
    background-color: orange;
}

.blackback {
    background-color: black;
}

.o40912 {
    color: rgba(0, 0, 0, 0);
}

.black {
    color: black;
}

.peachpuff {
    color: peachpuff;
}

.red {
    color: #ff0000;
}

.redd {
    color: #cc0000;
}

.yellow {
    color: #ffc107;
}

.bold {
    font-weight: bold;
}

/*  */
.container {
    text-align: center;
    /* width: 400px; */
    background-color: #dddddd44;
    border-radius: 10px;
    color: #eeeeeeee;
    padding: 15px;
}

._400w-container {
    text-align: center;
    width: 400px;
    background-color: #dddddd44;
    border-radius: 10px;
    color: #eeeeeeee;
    padding: 15px;
}

#landingOuterContainer {
    width: 90%!;
    text-align: center;
    background-color: #dddddd44;
    border-radius: 10px;
    color: #eeeeeeee;
    padding: 15px;
    margin: 70px auto 0 auto;
}
.landingOptions {
    margin: 5px 10px;
    background-color: #0000dd99;
    border-radius: 8px;
    padding: 5px 10px;
    color: #00ff00dd;
}

.landingOptions:hover {
    background-color: #00ff00dd;
    color: #0000dd99;
}

.landingOptions:active {
    border: white solid 2px;
    background-color: black;
    color: white;
    text-transform: capitalize;
    text-justify: distribute;
}

.row {
    flex-direction: row;
    display: flex;
    justify-content: center;
}

.fit-content {
    width: fit-content;
    margin: auto auto;
    padding: 0 15px;
}