@import url("https://use.typekit.net/bzo1fwe.css");
.button1 {
    display: inline-block;
    border-radius: 4px;
    background-color: #3379a1;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

a .grave {
    font-family: 'gravesend-sans', sans-serif;
    font-weight: 100;
    color: #FFFFFF;
}