body {
    font-family: "Fira Code", monospace;
    background-color: #1e1e1e;
    color: #e0e0e0;
    margin: 0;
    padding: 0;
}

header {
    background-color: #1f1f1f;
    padding: 20px;
    text-align: center;
    color: #00ffc3;
    font-size: 2.2em;
    font-weight: bold;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.editor {
    max-width: 700px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
    background-color: #1e1e1e;
    box-sizing: border-box;
}

.profile-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    margin: 36px 0 0 0;
    justify-content: flex-start;
}

.profile-photo {
    text-align: center;
    color: #75715e;
    font-style: italic;
    font-size: 1em;
    min-width: 140px;
    flex: 0 0 auto;
}

.profile-img {
    margin-top: 10px;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    border: 3px solid #00ffc3;
}

.profile-links {
    background: #232323;
    padding: 14px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-size: 1.08em;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 110px;
    /* tyle co obrazek */
    box-sizing: border-box;
    flex: 0 1 100%;
}

.contact-link {
    color: #fd971f;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline;
}

.contact-label {
    color: #a6e22e;
    font-family: inherit;
}

    .editor {
        max-width: 98vw;
        padding: 4vw;
    }

    .profile-flex {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 32px;
        margin-top: 36px;
        justify-content: flex-start;
    }

    .profile-photo {
        text-align: center;
        min-width: 140px;
        flex: 0 0 auto;
    }

    .profile-img {
        margin-top: 10px;
        border-radius: 50%;
        width: 110px;
        height: 110px;
        border: 3px solid #00ffc3;
    }

    .profile-links {
        background: #232323;
        padding: 14px 16px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        min-width: 150px;
        flex: 0 1 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 110px;
        box-sizing: border-box;
    }
