#terms {
    background: black;
    max-height: 750px;
    overflow: auto;
    margin: 25px;
}

#terms p {
    font-family: "Courier New", Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, Courier;
    color: #00ff00;
    text-transform: uppercase;
}

#terms hr {
    margin: auto;
    width: 75%;
    border-top: 1px solid green;
    border-bottom: none;
    border-left: none;
    border-right: none;
}