.imageTextAlign {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutme h1 {
    font-family: "New Amsterdam", sans-serif;
    max-width: 500px;
    text-align: left;
    font-size: 300%;
    font-weight: 1;
}

a {
    color: #ff0000;
}

h1 a:hover {
    color: var(--link-color)
}

h2 {
    text-align: center;
}

p {
    max-width: 500px;
}

[alt="Alessandro Liniger Potrait"] {
    border-radius: 50%;
    max-width: 20vw;
    max-height: 20vw;
    object-fit: cover;
}

.aboutme {
    padding-left: 2vw;
}

.aboutme h2 {
    font-size: 110%;
    margin-top: -25px;
    color: #acacac;
    font-weight: 1;
    opacity: 0.6;
    text-align: left;
    font-family: "kollektif", sans-serif;
}

.sideBySide {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    flex-shrink: 1;
}

.motivation,
.project {
    text-align: center;
    margin-top: 5px;
    margin-right: 30px;
    margin-left: 30px;
}

.project p {
    max-width: 600px;
}

.potraitMotivation {
    max-width: 100%;
    max-height: 550px;
    object-fit: cover;
}

.potraitFirstSteps {
    max-width: 100%;
    max-height: 550px;
    object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1024px) {
    [alt="Alessandro Liniger Potrait"] {
        width: 25vw; 
        height: 25vw;
        max-width: 180px; 
        max-height: 180px;
    }
}

@media (max-width: 767px) {
    [alt="Alessandro Liniger Potrait"] {
        width: 40vw; 
        height: 40vw;
        max-width: 150px;
        max-height: 150px;
    }
}

@media (max-width: 480px) {
    [alt="Alessandro Liniger Potrait"] {
        width: 60vw; 
        height: 60vw;
        max-width: 120px;
        max-height: 120px;
    }
}

