body {
    /*
    The first version of logo generated by ChatGPT had opaque background,
    so this background-color is based on the average color around the logo.
    */
    background-color: #0E0B17;

    color: lightgray;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    color: #A466FB;
}

input {
    width: 40ch;
}

.errorMessageContainer {
    color: red;
}