body {
    background-color: #CCCCFF;
    font-family: sans-serif;
    font-size: 14pt;
    font-weight: bold;
}

h2:first {
    font-size: 33pt;
    font-weight: bold;
    text-align: center;
}

.mainDiv {
    text-align: center;
}

textarea {
    width: 90%;
    height: 400px;
    /* font-weight: bold; */
    font-family: monospace;
}

fieldset {
    border: 5px black solid;
}

table {
    margin-left: 20%;
}

button,
input[type="checkbox"] {
    cursor: pointer;
}
