body{
    font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    text-align: center;
    background-color: #F2EADF;
    margin: 0 400px 0 400px;
    color: #260801;
}


.date{
    color: #401E01
}

.titlebox {
    margin: 50px 0;
    background-color: #BFAF9B;
    border: 4px dotted #8C765A;
}

.pb{
    margin-top: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.name{
    font-size: 24px;
}
.number{
    font-style: italic;
    font-weight: lighter;
}

.adress{
    font-weight: lighter;
}

.mail{

    font-weight: lighter;
}

.button {
    padding: 5px 7px;
    border-radius: 8px;
    background-color:#BFAF9B;
    color: #260801;
    text-decoration: none;
    transition: background .3s ease-in;
}

.button:hover {
    background-color:#8C765A;
    transition: background .3s ease-in;
}

a {
    color:#260801;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}