#profileImage {
    width: 100%;
    max-width: 690px;
    border-radius: 30%;
    
}

.GitImage {
    width: 100px;
    height: auto;
}

#ResumeImage {
    width: 100px;
    flex: left;
    height: auto;
}

.certImage {
    width: 15%;
    height: auto;
    min-width: 145px;
    margin-left: 15%;
}

.roboticsImage {
    margin: 20px;
    box-shadow: 0 0 10px 0 rgb(57, 88, 92);
}

#roboticsImageSmall {
    width: 20%;
    height: auto;
}



@media  screen and (max-width: 600px) {
    #profile {
        max-width: 150px;
    }
}