button {
    background-color: green; 
    border: 2px solid #4CAF50;
    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: 30px;
    width:100%;
    max-width:80em;
    margin:auto
}
button:hover {
    background-color: red
}

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

button.box {
    background-color: transparent; 
    border: transparent;
    color: white;
    padding: 5px 5px;
    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:20%;
    max-width:60em;
    height:40px
}


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