body{
    /*background: ghostwhite;*/
    background: url('/images/background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Rockwell,"Courier Bold",Courier,Georgia,Times,"Times New Roman",serif;
}

#card {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -9em;
    margin-left: -15em;
    color: dimgrey;
    background-color: #ffffff;
    height: 18em;
    width: 30em;
    border: 1px dotted grey;
    /*margin: 100px auto auto auto;*/
}

.row1 {
    margin-top: 40px;
    padding: 0 40px 0 40px;
    font-size: 36px;
}

.row2 {
    margin-top: 20px;
    padding: 0 40px 0 40px;
    font-size: 16px;
    text-align: left;
}

#additionalInfo {
    color: rgb(136, 145, 155);
    height: 300px;
    width: 450px;
    margin: 50px auto auto auto;
}

.lnkdinImg{
    height: 50px;
    width: 50px;
}

.emailImg{
    height: 50px;
    width: 50px;
}