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

#jump {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.project-header {
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 20px;
}

.img-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10%;
}

img {
    width: 40%;
}

p {
    line-height: 1.8;
}

#github {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#website {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.icon {
    height: 30px;
    width: 30px;
    margin: 0 auto;
}