#business-card {
    font-family: 'Roboto', sans-serif;
    background-color: #353A48;
}
#business-card .header {
    background-color: #ffffff;
}
#business-card .header .name img {
    max-height: 100px;
}
#business-card .header .name h1 {
    display: none;
}
#business-card .content {
    height: calc(100vh - 100px);
    color: #ffffff;
}
#business-card .content .resume .btn {
    color: #353A48;
}