#info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    max-width: 100%;
    padding: 5px;
}

    #profilbillede {
        height: auto;
        width: auto;
    }

    .profilbillederamme {
        padding: 10px;
        width: auto;
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        border: 5px solid deeppink;
        display: none;
        text-align: center;
        background-color: white;
    }

.profilbillede {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10%;
    padding: 5px;
}

    .profiltekst {
        font-size: 12px;
        color: deeppink;
        font-family: 'Arial', sans-serif;
        top: 15px;
        left: 25px;
        z-index: 2;
    }

    table.a {
        width: 100%;
        border-collapse: collapse;
        background-color: deeppink;
        color: white;
        font-size: 18px;
    }

    td {
        border: 1px solid black;
        padding: 10px;
        text-align: left;
    }

        td.a {
            color: black;
            background-color: white
        }
