  .text-rose {
            color: #0084D1;
        }

        .top-head {
            background: #308bdb;
            background: -webkit-linear-gradient(126deg, rgba(48, 139, 219, 0.1) 45%, rgba(238, 54, 255, 0.1) 100%);
            background: -moz-linear-gradient(126deg, rgba(48, 139, 219, 0.1) 45%, rgba(238, 54, 255, 0.1) 100%);
            background: linear-gradient(126deg, rgba(48, 139, 219, 0.1) 45%, rgba(238, 54, 255, 0.1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#308BDB", endColorstr="#EE36FF", GradientType=0);
        }

        body {
            background: #f6fafd;
        }

        .details-box {
            border-radius: 8px;
        }

        .text-purple {
            color: #6f42c1;
        }