  
body {font-family:Georgia;}

.button {
    cursor:pointer;
    font-family: Georgia;
    text-align: center;
    background-color: #986828;
    color: white;
    border-radius: 15px;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
}
        
