body {
    background-color: #f5f5f5;
    background-image:
    linear-gradient(90deg, transparent 79px, #ffaa9f 79px, #ffaa9f 82px, transparent 82px),
    linear-gradient(#eee .1em, transparent .1em);
    background-size: 100% 1.2em;
    font-size: 2.5rem;
    margin-left: 90px;
    line-height: 1.2em !important;
    white-space: nowrap;
    background-repeat: repeat-y, repeat;
    font-family: "Times New Roman";
}

.fade {
    color: #999;
}

a {
    font-weight: bold;
    color: #000;
}

button, input[type=submit] {
    background: none!important;
    border: none;
    padding: 0!important;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    color: #000;
    font-family: "Times New Roman";
}

.set {
    text-decoration: underline;
    text-decoration-color: #999;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
    display: inline;
    padding-left: 4px;
    padding-right: 4px;
}

input[type=text], input[type=email] {
    border: none;
    border-bottom: 2px dotted black;
    width: 65vw;
    font-size: 0.65em;
    position: relative;
    bottom: 0.25em;
    padding: 0.1em;
    margin: 0;
}

canvas {
    width: 100%;
    background-color: #f5f5f5;
}
