main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#profile-img-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#profile-img {
    height: 250px;
    width: 250px;
}

p {
    line-height: 1.8;
}
#intro {
    margin-top: 50px;
}

.skill-list {
    line-height: 1.8;
}