.hobby-part:hover {
    margin-left: 5rem;
    transition: 1s;
}

body {
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: rgb(202, 255, 250);
}

.header {
    color: black;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 2px solid black;


}

.contact-me a:link {
    color: black;
    text-decoration: none;

}

.contact-me a:link:hover {
    color: black;
    text-decoration: none;

}

.sub-head {
    color: black;
    font-size: 2rem;
    font-weight: bold;

    margin-left: 3px;

    border: 6px solid rgb(121, 157, 255);
    border-style: dashed;
}

.edu-links:hover {

    font: 2.5rem;
}

.edu-part:hover {
    margin-left: 5rem;
    transition: 1s;
}

.edu-links a:link {
    color: black;
    text-decoration: none;

}

.contact-me img:hover {
    background-color: none;
}

.contact-me img {
    height: 50px;
    width: 50px;
    margin-left: 2rem
}

.edu-links a:link:hover {
    background-color: whitesmoke;
    font-size: large;
}

.edu-links a:visited {
    color: black
}

img:hover {
    box-shadow: inset 0 0 10px rgb(229, 212, 212);
}

img {
    border-radius: 40%;
    transition: 0.5s;
    height: 50px;
    width: 50px;
}

.git-pic img:hover {
    height: 65px;
    width: 65px;
    transition: 0.5s;
}

img:hover {
    height: 65px;
    width: 65px;
    transition: 0.5s;
}