html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    background: #0070C0;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
}

#visit-card {
    position: relative;
    top: 50%;
    z-index: 1;
    margin-top: -150px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 10px 15px 10px;
    width: 420px;
    max-width: 97%;
    border: 2px solid #ffffff;
    background: rgb(0,63,119);
    background: linear-gradient(90deg, rgba(0,63,119,1) 0%, rgba(0,95,173,1) 50%, rgba(0,114,206,1) 100%);
    -webkit-box-reflect: below 5px linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255,0) 38%);
    box-sizing: border-box;
}

#visit-card .name {
    margin: 0;
    font-size: 20px;
}

#visit-card .position {
    margin-bottom: 1rem;
    font-size: 16px;
}

#visit-card .address, #visit-card .email {
    margin-bottom: 0.5rem;
}


#visit-card p {
    margin: 0;
}

#visit-card a {
    text-decoration: none;
    color: inherit;
}

#visit-card a:hover {
    text-decoration: underline;
}
