* {
    box-sizing: content-box;
    background-color: grey;
    color: purple;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
    font-size: 1.8rem;
}

p {
    text-align: center;
    font-size: 1.4rem;
}

.about-me > img {
width:auto;
padding: 1px;
border: 0 solid black;
padding-right: 100px;
}

.about-me {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.about-me > ul {
    text-align: justify;
    width: 60%;
    height: 100%;
    margin-top: 200px;
    line-height: 50px;
    font-size: 2.0rem;
}
