.introducing-me {
    display: flex;
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren */
}

.title {
    display: flex;
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren */
}

.title h1{
    font-family:'Alexandria', sans-serif;
    font-weight: 100;
    font-size: 60px;
    letter-spacing: 3px !important;
    color: black;
    position: relative;
    z-index: 100;
    text-decoration: none; 
    text-transform: uppercase;
    
}

.introducing-me h3{
    font-family:'Alexandria', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 2px !important;
    color: black;
    position: relative;
    z-index: 100;
    text-decoration: none; 
    width: 30%;
    margin-top: 40px;
}

.my-contacts {
    display: flex;
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren */
    margin-top: 40px;
}

.my-contacts a {
    font-family:'Alexandria', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 2px !important;
    color: rgb(85, 130, 13);
    position: relative;
    z-index: 100;
    text-decoration: none; 
}

.my-contacts h3{
    font-family:'Alexandria', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 2px !important;
    color: black;
    position: relative;
    z-index: 100;
    text-decoration: none; 
}

.my-contacts ul li{
    font-family:'Alexandria', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 2px !important;
    color: black;
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren */
}

.footer-main {
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0);
    position: relative;
}

/* mobile version */

@media only screen and (max-width:600px) {

    
    /* 002 titel und projekttext */

    .introducing-me {
        display: block;
        padding: 0%;
        width: 100%;
        margin: 0 auto;

     }

     .introducing-me h3{
        width: 100%;
        margin: 5px;
    }

}
