

.headerBackground {
    height: 54vw;
}

.softwareSide {
    margin-top: 3vw;
}

.practicalSide {
    margin-top: 3vw;
}

.educationSide {
    border: 0.5vw solid white;
    background-color: rgba(51, 177, 237, 0.4);
    height: 59vw;
    width: 42.5vw;
    margin-left: 51vw;
    margin-top: 3vw;
    overflow: hidden;
    position: absolute;
}

.noFloat {
    float: none;
}


.experienceSide {
    height: 116.5vw;
    margin-top: 3vw;

}

.honorsSide {
    border: 0.5vw solid white;
    height: 49vw;
    width: 42.5vw;
    margin-left: 51vw;
    margin-top: 4.5vw;
    overflow: hidden;
    position: absolute;
}


.honorsSide p {
    margin-bottom: 2.25vw;
}

.honorsSide h2 {
    margin-bottom: 2vw;
}

.honorsSide p ul {
    text-align: left; /* Align text to the left for readability */
    font-size: 1rem; /* Adjust font size for print, if necessary */
}

.honorsSide p + ul {
    margin-top: 0.2rem; /* Reduce the space between the title and description */
    
}

.honorsSide ul li {
    padding-top: 0; /* Remove extra padding if any exists on the list items */
}

.portfolioSide {
    height: 50.5vw;
    margin-top: 3vw;
}


.randomSide {
    height: 50.5vw;
    margin-top: 3vw;
}

.randomSide p {
    font-family: 'Indie Flower', fantasy;
    margin-bottom: 3.5vw;
    margin-left: 2vw;
    font-size: 2.5vw;
}


.skillsSection { 
    height: 56.5vw;
}

.upperPart {
    height: 67vw;
}


.lowerPart {
    height: 58vw;
    margin-top: -9vw;
}

.returnToTop {
    display: none;
}

.returnToTop2 {
   display: none;
}


#portfolioAndRandom {
    height: 57vw;
}