/*
    NOTE TO STUDENTS: 

    This is the file you should be writing your CSS in 
    for the assignment.

    Good luck, and have fun!
*/

#image1 {
    width: 80px;
    margin-top: 105px;
    margin-right: 40px;
    border: 12px solid black;
    /* border-style: inset; */
    box-shadow: inset 0px 0px 4px 1px black;
    padding: 15px;
    background-color: antiquewhite;
    box-shadow: 2px 2px 5px 0px black;
}

#image2 {
    width: 95px;
    margin-right: 15px;
    margin-top: 35px;
    border: 10px solid black;
    /* border-style: inset; */
    box-shadow: inset 0px 0px 4px 1px black;
    padding: 15px;
    background-color: antiquewhite;
    box-shadow: 0px 0px 5px 0px black;
}

#image3 {
    width: 75px;
    margin-top: 95px;
    margin-left: 25px;
    border: 12px solid black;
    /* border-style: inset; */
    box-shadow: inset 0px 0px 4px 1px black;
    padding: 15px;
    background-color: antiquewhite;
    box-shadow: 0px 2px 5px 2px black;
}