body {
    display: block;
    background-color: #9fffaf;
    font-family: "Courier New", Courier, monospace;
    color: rgb(58, 0, 58);
    padding: 20px;
    padding-bottom: 150px;
}
h2 {
    text-align: center;
}
.line {
    border: none;
    height: 30px;
    width: 100%;
    background-color: rgb(58, 0, 58);
    border-radius: 54px;
}

#one {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#two {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}
#three {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
#four {
    text-align: center;
}

.project {
   
    padding-right: 50px;
    padding-bottom: 20px;
}