/* about me */

#boutme {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    background-color: grey;
    color: white;
    padding-top: 85px;
}

.info-text-container {
    padding: 40px;
}

#boutme img.me {
    width: 75%;
    height: 100%;
}

#boutme-header {
    font-size: 36px;
    font-weight: bold;
}

#boutme-content {
    margin-top: 40px;
}

.exp {
    margin-top: 20px;
    margin-bottom: 15px;
}

.exp li {
    padding: 4px;
}
.exp-date {
    width: 170px;
    display: inline-block;
}

#header-image {
    display: block;
}

@media (max-width: 480px) {
    #boutme {
        flex-direction: column;
    }
}
