body {
    background: url(../lg-center.png) no-repeat center top;
    position: relative;
    top: 160px;
}

.content {
    /*min-height: 400px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.hr {
    height: 2px;
    width: 85%;
}

.tail {
    /*position: relative;*/
    /*bottom: 10px;*/
}

.disclaimer {
    float: right;
    background-color: rgba(255, 255, 255, 0.5);
    width: 30%;
    /*border: 1px solid darkgray;*/
    padding: 2px;
}

.email {
    float: right;
}

.legend {
    position: absolute;
    top: 50%;
    left: 10%;
    background-color: white;
    width: 25%;
    border: 1px solid darkgray;
    box-shadow: 3px 3px 3px #888888;
    padding: 20px;
    margin: 3px;
}

.text {
    margin-bottom: 20px;
}

.header {
    font-weight: bold;
}

.code {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0;
}

button.submit {
    /*background: url(../SUBMIT.png);*/
    /*width: 77px;*/
    /*height: 27px;*/
    background-color: black;
    color: white;
}

button#reset {
    /*background: url(../RESET.png);*/
    /*width: 67px;*/
    /*height: 27px;*/
    background-color: black;
    color: white;
}