body {
    font-family: system-ui,
        -apple-system, BlinkMacSystemFont,
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        Arial, sans-serif;
        background-color: black;
        color:antiquewhite;
        font-weight: bold;
        font-size:30px;
}

.wrapper {
    width: 100%;
}
#footer, #footer a, #footer a:visited {
    color:bisque;
    font-weight: 300;
    font-size: 16px;
}
/*
.wrapper>div {
    flex: 1 1 50px;
}*/

input[type=text], input[type=text]:focus, input[type=text]:focus-visible {
    border:none;
    outline: none;
    text-align: center;
    width:30px;
    margin:0;
    padding:0;
    background-color: black;
    font-weight: bold;
    font-size:30px;
    color:antiquewhite;
}
input::placeholder {
    color:rgb(71, 71, 71);
}
textarea {
    text-align:left;
    width:100%;
    height:500px;
    color:whitesmoke;
    font-weight: bold;
    font-size:30px;
    background-color:#8080807d;
}
input[type=text].red, a.red {
    color:red;
}
input[type=text].blue, a.blue {
    color:blue;
}
input[type=text].green, a.green {
    color:green;
}
input[type=text].black, a.black {
    color:black;
}
input[type=text].white, a.white {
    color:antiquewhite;
}
input[type=text].yellow, a.yellow, #boards span.yellow {
    color:yellow;
}
input[type=text].orange, a.orange {
    color:orange;
}
input[type=text].pink, a.pink {
    color: pink;
}
#boards, #boards span {
    font-size: 16px;
}
#boards span:hover, #colors a:hover, #saveNote:hover {
    cursor: pointer;
}