/*
    Programmer: Kayla Johnson
    Class: B102
    Year: Fall 2023
*/

/*
    Special CSS for the About Me webpage
*/

/*Formatting the picture of me*/
img {
    float: right;
    border: 2px solid black;
    margin-left: 2.22%;
}

/*More editing on the sections*/
section{
    padding: 10px 3.33%;
}

section h2{
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0 0;
}
