button {
    background-color: blue; 
    border: 3px solid red;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
    font-size: 20px;
    width:100%;
    max-width:65em;
    margin:auto
}
button:hover {
    background-color: green
}

p {
    font-family: Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
    font-size: 20px;
    max-width:65em;
    margin:auto;
    margin-top:1em;
}

button.box {
    background-color: transparent; 
    border: transparent;
    color: black;
    padding: 6px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
    font-size: 15px;
    width:22%;
    max-width:60em;
    height:50px
}


hr {width: 100%; height: 2px; background: #999 }