.card-two{
/*     background: yellow; */
    font-size: smaller;
    color: blueviolet;
}

.design-two.vcard-wrapper{
    background-color: aliceblue;
    background: yellow;
}

@media (max-width: 768px) {
    /* Styles for mobile screens (tablets and phones) */
    body {
/*         background-color: #5f1212; */
        font-size: smaller;
    }
    
  
}
