body {
    margin: 0;
    background-image: url(../images/bg.png);
    background-repeat: repeat;
    color: #f7f7f7;
}

a {
    color: #f7f7f7;
}

.container {
    max-width: 800px;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.vcard-container {
    background-color: lightseagreen;
    padding: 2em;
    background-image: url(../images/bg_vcard.png);
    background-repeat: repeat;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.5);
    border: 3px outset #55a7ff;
}

.vcard-title h1 {
    font-size: 3em;
    margin: 0 0 0.2em 0;
}

.vcard-title h2 {
    font-size: 1.8em;
}

.vcard-contact-details {
    text-align: right;
}

.vcard-qr-code {
    text-align: right;
}

.vcard-qr-code img {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 3px solid #55a7ff;
}