
html {
    height: 100%;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    font: 400 1.2em/1.6em "Oswald", sans-serif;
}

.vcard {
    padding: 40px;
    background: #F0F0F0;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.vcard a { text-decoration: none }
.vcard a:hover { text-decoration: underline }

img {
  width: 100%; margin-bottom: 20px;
}

.name {
    font-size: 1.2em;
    line-height: 1.2em;
}

.function { margin: 0 0 10px }

.email a {
    color: #f29400;
}

.telephone a, .phone a {
    color: #000000;
}

.telephone {
    font-weight: 600
}

.button {
    margin-top: 20px
}

.button a {
  display: inline-block;
    background: #f29400;
    color: #FFFFFF;
    line-height: 46px; 
    padding: 0 20px;
    text-decoration: none;
}
