body {
    margin: 0;
    line-height: normal;
}

.learning-outcomes-child {
    position: absolute;
    top: 787px;
    left: -466px;
    background-color: #0c8375;
    width: 1150px;
    height: 107px;
}
.learning-outcomes-item {
    position: absolute;
    top: 46px;
    left: 865px;
    background-color: #0c8375;
    width: 1150px;
    height: 78px;
}
.learning-outcomes-inner {
    position: absolute;
    top: -244px;
    left: 331px;
    background-color: #a0ccbd;
    width: 140px;
    height: 756px;
}
.rectangle-div {
    position: absolute;
    top: 641px;
    left: 1224px;
    background-color: #a0ccbd;
    width: 66px;
    height: 756px;
}
.learining-outcomes {
    position: absolute;
    top: 168px;
    left: 510px;
    font-size: 128px;
    color: #000;
    display: inline-block;
    width: 860px;
    height: 153px;
}
.about-me {
    position: absolute;
    top: 56px;
    left: 313px;
    display: inline-block;
    width: 166px;
    height: 65px;
}
.creative-work {
    position: absolute;
    top: 58px;
    left: 809px;
    display: inline-block;
    width: 234px;
    height: 63px;
}
.projects {
    position: absolute;
    top: 58px;
    left: 570px;
    display: inline-block;
    width: 150px;
    height: 57px;
}
.home {
    position: absolute;
    top: 56px;
    left: 131px;
    display: inline-block;
    width: 91px;
    height: 65px;
}
.contact {
    position: absolute;
    top: 56px;
    left: 1132px;
    display: inline-block;
    width: 148px;
    height: 57px;
}
.learning-outcomes {
    width: 100%;
    position: relative;
    background-color: #e6e2e0;
    height: 1024px;
    overflow: hidden;
    text-align: left;
    font-size: 48px;
    color: #0e0e0e;
    font-family: 'Bebas Neue';
}
.professional-skills {
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    top: 430px;
    left: 222px;
    font-size: 3rem;
    color: #0e0e0e;
    display: flex;
    width: 357px;
    height: 42px;
    font-family: 'Bebas Neue';
}

.technical-skills {
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 429px;
    left: 899px;
    font-size: 3rem;
    color: #0e0e0e;
    display: flex;
    width: 288px;
    height: 43px;
    font-family: 'Bebas Neue';
}

.technical-skills:hover{
    color: #0C8375; 
    transition: all 0.3s ease;
}

.professional-skills:hover{
    color: #0C8375; 
    transition: all 0.3s ease;
}
