﻿body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color:black;
   
}
a {
    text-decoration: none;
    color: greenyellow
}
.id-card {
    width: 360px;
    max-width: 100%;
    background: lime;
    border-radius: 6px;
    box-shadow: 1px 1px 4px #09f7ff;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
    margin: 20px auto;
    float: left;
    top: 140px;
    position: absolute;
    color: black;

}
.backdrop {
    background-image: url(/skin/backdrop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    opacity: 0.5;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}
.profile-pic {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.card-content {
    padding: 20px;
}

    .card-content h2 {
        font-size: 1.1rem;
        color: #444;
        margin-bottom: 4px;
    }

    .card-content h3 {
        font-size: 1.4rem;
        margin: 0;
        color: #222;
    }
    .card-content h3 a {
        font-size: 1.4rem;
        margin: 0;
        color: #222;
        text-decoration:none
    }

.title, .location, .issued, .category {
    font-size: 0.9rem;
    color: #666;
    margin: 4px 0;
}

.description {
    font-size: 0.95rem;
    color: #333;
    margin: 12px 0;
    line-height: 1.5;
}

.networks-title {
    font-weight: bold;
    margin-top: 16px;
}

.networks {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .networks li {
        margin: 4px 0;
    }

    .networks a {
        color: #000000;
        text-decoration: none;
        font-size: 0.9rem;
    }

        .networks a:hover {
            text-decoration: underline;
        }

        .margin-0px{
            margin:0px;
        }
        .color-black{
            color:black;
        }
.color-lime {
    color: lime;
}