@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');

body {
    background-color: #FFF8DC;
}

tstyle1{
    font-family: 'Josefin Sans', sans-serif;
    color: #D2B48C;
    font-size: 40pt;
    text-align: right;
    font-weight: 400;
}

hr{
    border: none;
    color: #F5DEB3;
    background-color: #D2B48C;
    height: 1pt;
}

.button {
    background-color: none;
    border: 3px solid #D2B48C;
    color: #D2B48C;
    display: inline-block;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 2em;
    margin: 40px 2px;
    border-radius: 4px;
}
