body {
    font-family: sans-serif;
    color: #fee;
    background-image: url("./0-flow-3.jpg");
}
textarea {
    background-color: rgba(255, 250, 250, 0.9);
    color: #000;
    font-family: monospace;
    border-radius: 7px 0 7px 7px;
}
button {
    background-color: #eef;
}
#cardArea {
    font-family: monospace;
    background-color: white;
    color: black;
    padding-left: 25px;
    margin: 25px;
}

.message:valid {
    text-transform: uppercase;
}

.row0 {
    background-color: #f0f0f0;
}

.row1 {
    background-color: #e0e0e0;
}
#codeFactory {
    background-image: url("./codeFactory.png");
    height: 100px;
    background-repeat: no-repeat;
    background-color: #000496;
}